Searched refs:read_signed_leb128 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dleb.c59 read_signed_leb128 (bfd *abfd, const gdb_byte *buf, function
H A Dleb.h88 extern LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
H A Dabbrev.c137 implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
H A Dread.c5174 attr.implicit_const = read_signed_leb128 (abfd, addr,
15290 low = (ULONGEST) read_signed_leb128 (nullptr, data.data (),
15305 high = (LONGEST) read_signed_leb128 (nullptr, data.data (),
19816 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19860 implicit_const = read_signed_leb128 (abfd, info_ptr, &bytes_read);
21081 = read_signed_leb128 (abfd, line_ptr, &bytes_read);
23712 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dleb.h81 extern LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
H A Dleb.c59 read_signed_leb128 (bfd *abfd, const gdb_byte *buf, function
H A Dabbrev.c184 cur_attr.implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
H A Dread.c4588 attr.implicit_const = read_signed_leb128 (abfd, addr,
13863 low = (ULONGEST) read_signed_leb128 (nullptr, data.data (),
13878 high = (LONGEST) read_signed_leb128 (nullptr, data.data (),
19217 attr->set_signed (read_signed_leb128 (abfd, info_ptr, &bytes_read));
19266 implicit_const = read_signed_leb128 (abfd, info_ptr, &bytes_read);
20535 = read_signed_leb128 (abfd, line_ptr, &bytes_read);
23223 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);

Completed in 207 milliseconds