Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dreduced_debug_output.cc154 uint64_t abbrev_offset = abbrev_data - this->postprocessing_buffer(); in set_final_data_size() local
205 this->abbrev_mapping_[std::make_pair(abbrev_offset, in set_final_data_size()
242 uint64_t* abbrev_number, uint64_t abbrev_offset) in get_new_abbrev() argument
246 this->abbrev_mapping_[std::make_pair(abbrev_offset, *abbrev_number)]; in get_new_abbrev()
289 uint64_t abbrev_offset = read_from_pointer<64>(&debug_info); in set_final_data_size() local
296 &abbreviation_number, abbrev_offset); in set_final_data_size()
331 uint32_t abbrev_offset = read_from_pointer<32>(&debug_info); in set_final_data_size() local
338 &abbreviation_number, abbrev_offset); in set_final_data_size()
Ddwarf_reader.h226 off_t abbrev_offset) in read_abbrevs() argument
231 && this->abbrev_offset_ == abbrev_offset) in read_abbrevs()
233 return this->do_read_abbrevs(object, abbrev_shndx, abbrev_offset); in read_abbrevs()
253 off_t abbrev_offset);
Dreduced_debug_output.h52 uint64_t abbrev_offset);
Ddwarf_reader.cc172 off_t abbrev_offset) in do_read_abbrevs() argument
191 abbrev_offset -= object->output_section_offset(i); in do_read_abbrevs()
217 this->buffer_pos_ = this->buffer_ + abbrev_offset; in do_read_abbrevs()
1265 off_t abbrev_offset = 0; in do_parse() local
1304 abbrev_offset = elfcpp::Swap_unaligned<32, big_endian>::readval(pinfo); in do_parse()
1306 abbrev_offset = elfcpp::Swap_unaligned<64, big_endian>::readval(pinfo); in do_parse()
1316 abbrev_offset += value; in do_parse()
1318 abbrev_offset = value; in do_parse()
1349 abbrev_offset); in do_parse()
/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c2546 bfd_uint64_t abbrev_offset = 0; in parse_comp_unit() local
2564 abbrev_offset = read_4_bytes (abfd, info_ptr); in parse_comp_unit()
2566 abbrev_offset = read_8_bytes (abfd, info_ptr); in parse_comp_unit()
2601 abbrevs = read_abbrevs (abfd, abbrev_offset, stash); in parse_comp_unit()
DChangeLog-02039139 Change "abbrev_offset" to bfd_vma.
/toolchain/binutils/binutils-2.25/binutils/
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