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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c465 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
477 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
483 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
485 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
520 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
522 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
540 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
613 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
644 attr->u.val = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
664 attr->u.val = read_unsigned_leb128 (abf
[all...]
H A Delf-attrs.c489 tag = read_unsigned_leb128 (abfd, p, &n);
505 tag = read_unsigned_leb128 (abfd, p, &n);
511 val = read_unsigned_leb128 (abfd, p, &n);
523 val = read_unsigned_leb128 (abfd, p, &n);
H A Dlibbfd-in.h737 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
H A Dlibbfd.c992 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED,
989 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, function
H A Dlibbfd.h742 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c719 static unsigned long read_unsigned_leb128 (bfd *, char *, unsigned int *);
4269 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4279 cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4285 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4287 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4300 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4302 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4320 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4390 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4529 abbrev_number = read_unsigned_leb128 (abf
4964 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
[all...]
H A Ddwarf2-frame.c950 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1329 read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
1344 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
1443 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read);
943 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function

Completed in 103 milliseconds