Home
last modified time | relevance | path

Searched refs:read_unsigned_leb128 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Ddwarf2.c465 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
477 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
483 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
485 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
520 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
522 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
540 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in read_abbrevs()
613 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
644 attr->u.val = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
664 attr->u.val = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_attribute_value()
[all …]
Delf-attrs.c489 tag = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
505 tag = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
511 val = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
523 val = read_unsigned_leb128 (abfd, p, &n); in _bfd_elf_parse_attributes()
Dlibbfd-in.h734 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
Dlibbfd.c989 read_unsigned_leb128 (bfd *abfd ATTRIBUTE_UNUSED, in read_unsigned_leb128() function
Dlibbfd.h739 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
DChangeLog-98993020 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
/freebsd-12-stable/contrib/gdb/gdb/
Ddwarf2read.c719 static unsigned long read_unsigned_leb128 (bfd *, char *, unsigned int *);
4269 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4279 cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4285 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4287 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4300 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4302 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4320 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read); in dwarf2_read_abbrevs()
4390 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_partial_die()
4529 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read); in read_full_die()
[all …]
Ddwarf2-frame.c943 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_unsigned_leb128() function
1320 read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1335 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1434 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()