Searched refs:abbrev_offset (Results 1 – 4 of 4) sorted by relevance
1903 bfd_uint64_t abbrev_offset = 0; in parse_comp_unit() local1920 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()
9139 Change "abbrev_offset" to bfd_vma.
67 unsigned int abbrev_offset; /* offset into .debug_abbrev section */182 unsigned int abbrev_offset; member1132 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()
557 * readelf.c (display_debug_info): Add to abbrev_offset the addend558 of any RELA relocation for the abbrev_offset memory location that