Searched refs:read_unsigned_leb128 (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c319 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
466 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
478 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
484 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
486 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
504 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
506 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
524 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
597 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
625 attr->u.val = read_unsigned_leb128 (abf
[all...]
H A Delf-eh-frame.c32 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
90 (VAR) = read_unsigned_leb128 (abfd, buf, &leb128_tmp); \
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c463 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
475 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
481 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
483 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
518 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
520 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
538 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
611 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
639 attr->u.val = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
659 attr->u.val = read_unsigned_leb128 (abf
[all...]
H A Dlibbfd-in.h730 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Dlibbfd.c975 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED,
972 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
H A Dlibbfd.h735 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Delf32-arm.c7623 tag = read_unsigned_leb128 (abfd, p, &n);
7639 tag = read_unsigned_leb128 (abfd, p, &n);
7649 val = read_unsigned_leb128 (abfd, p, &n);
7663 val = read_unsigned_leb128 (abfd, p, &n);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c810 static unsigned long read_unsigned_leb128 (bfd *, char *, unsigned int *);
2148 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
2246 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
2264 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4970 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4983 cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4992 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4994 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5018 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5020 abbrev_form = read_unsigned_leb128 (abf
5996 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
[all...]
H A Ddwarf2-frame.c963 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1343 read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
1356 cie->return_address_register = read_unsigned_leb128 (unit->abfd, buf,
1365 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
1464 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
956 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function

Completed in 283 milliseconds