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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c348 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
621 attr->u.sval = read_signed_leb128 (abfd, info_ptr, &bytes_read);
1160 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
H A Delf-eh-frame.c60 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
98 (VAR) = read_signed_leb128 (abfd, buf, &leb128_tmp); \
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibbfd-in.h731 extern bfd_signed_vma read_signed_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Dlibbfd.c1003 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED,
1000 read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
H A Dlibbfd.h736 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);
1229 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c990 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1347 read_signed_leb128 (unit->abfd, buf, &bytes_read);
983 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
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);
6024 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
6548 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
8691 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);

Completed in 270 milliseconds