Home
last modified time | relevance | path

Searched refs:read_signed_leb128 (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c348 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_signed_leb128() function
621 attr->u.sval = read_signed_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
1160 line += read_signed_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
H A Delf-eh-frame.c60 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_signed_leb128() function
98 (VAR) = read_signed_leb128 (abfd, buf, &leb128_tmp); \
H A DChangeLog-98993021 * dwarf2.c (read_signed_leb128): Remove unused variables.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c983 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_signed_leb128() function
1338 read_signed_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
H A Ddwarf2read.c812 static long read_signed_leb128 (bfd *, char *, unsigned int *);
5687 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
6024 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_signed_leb128() function
6548 line += read_signed_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
8691 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read); in decode_locdesc()
H A DChangeLog-20003507 (read_signed_leb128): Likewise.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibbfd-in.h728 extern bfd_signed_vma read_signed_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Dlibbfd.c1000 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_signed_leb128() function
H A Dlibbfd.h733 extern bfd_signed_vma read_signed_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Ddwarf2.c635 attr->u.sval = read_signed_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
1229 line += read_signed_leb128 (abfd, line_ptr, &bytes_read); in decode_line_info()
H A DChangeLog-20054659 * libbfd.c (read_signed_leb128): Use an unsigned type for 'shift'
5097 (read_signed_leb128): Removed.
5104 (read_signed_leb128): Moved to ...
5108 (read_signed_leb128): Likewise.
H A DChangeLog-98993021 * dwarf2.c (read_signed_leb128): Remove unused variables.