HomeSort by: relevance | last modified time | path
    Searched defs:read_sleb128 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-pe.h 154 read_sleb128 (const unsigned char *p, _sleb128_t *val)
231 p = read_sleb128 (p, &tmp);
153 read_sleb128 (const unsigned char *p, _sleb128_t *val) function
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-pe.h 154 read_sleb128 (const unsigned char *p, _sleb128_t *val)
229 p = read_sleb128 (p, &tmp);
153 read_sleb128 (const unsigned char *p, _sleb128_t *val) function
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) function
784 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) function
779 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 659 read_sleb128 (struct dwarf_buf *buf) function
812 val->u.sint = read_sleb128 (buf);
1396 read_sleb128 (&count_buf);
1445 read_sleb128 (&count_buf);
1474 attrs[num_attrs].val = read_sleb128 (&abbrev_buf);
2864 lineno += (int) read_sleb128 (line_buf);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 659 read_sleb128 (struct dwarf_buf *buf) function
812 val->u.sint = read_sleb128 (buf);
1396 read_sleb128 (&count_buf);
1445 read_sleb128 (&count_buf);
1474 attrs[num_attrs].val = read_sleb128 (&abbrev_buf);
2864 lineno += (int) read_sleb128 (line_buf);
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) function
776 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 659 read_sleb128 (struct dwarf_buf *buf) function
812 val->u.sint = read_sleb128 (buf);
1396 read_sleb128 (&count_buf);
1445 read_sleb128 (&count_buf);
1474 attrs[num_attrs].val = read_sleb128 (&abbrev_buf);
2864 lineno += (int) read_sleb128 (line_buf);
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 124 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) function
776 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 659 read_sleb128 (struct dwarf_buf *buf) function
812 val->u.sint = read_sleb128 (buf);
1396 read_sleb128 (&count_buf);
1445 read_sleb128 (&count_buf);
1474 attrs[num_attrs].val = read_sleb128 (&abbrev_buf);
2864 lineno += (int) read_sleb128 (line_buf);

Completed in 41 milliseconds