Home
last modified time | relevance | path

Searched refs:abbrev_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Ddwarf2.c1903 bfd_uint64_t abbrev_offset = 0; in parse_comp_unit() local
1920 abbrev_offset = read_4_bytes (abfd, info_ptr); in parse_comp_unit()
1922 abbrev_offset = read_8_bytes (abfd, info_ptr); in parse_comp_unit()
1951 abbrevs = read_abbrevs (abfd, abbrev_offset, stash); in parse_comp_unit()
H A DChangeLog-02039139 Change "abbrev_offset" to bfd_vma.
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c67 unsigned int abbrev_offset; /* offset into .debug_abbrev section */
182 unsigned int abbrev_offset; member
1132 cu_header->abbrev_offset = read_offset (abfd, info_ptr, cu_header, in read_comp_unit_head()
1221 if (cu.header.abbrev_offset >= dwarf_abbrev_size) in dwarf2_build_psymtabs_hard()
1224 (long) cu.header.abbrev_offset, in dwarf2_build_psymtabs_hard()
4268 abbrev_ptr = dwarf_abbrev_buffer + cu_header->abbrev_offset; in dwarf2_read_abbrevs()
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-0001557 * readelf.c (display_debug_info): Add to abbrev_offset the addend
558 of any RELA relocation for the abbrev_offset memory location that