Home
last modified time | relevance | path

Searched refs:out_offsets (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dreloc.cc272 const std::vector<Address>& out_offsets(this->section_offsets()); in do_read_relocs() local
358 sr.needs_special_offset_handling = out_offsets[shndx] == invalid_address; in do_read_relocs()
724 const std::vector<Address>& out_offsets(this->section_offsets()); in write_sections() local
739 Address output_offset = out_offsets[i]; in write_sections()
916 const std::vector<Address>& out_offsets(this->section_offsets()); in do_relocate_sections() local
951 Address output_offset = out_offsets[index]; in do_relocate_sections()
Dobject.cc2252 const std::vector<Address>& out_offsets, in compute_final_local_value_internal() argument
2287 Address secoffset = out_offsets[shndx]; in compute_final_local_value_internal()
2410 const std::vector<Address>& out_offsets(this->section_offsets()); in compute_final_local_value() local
2413 out_offsets, symtab); in compute_final_local_value()
2435 const std::vector<Address>& out_offsets(this->section_offsets()); in do_finalize_local_symbols() local
2443 out_sections, out_offsets, in do_finalize_local_symbols()
Dobject.h2662 const std::vector<Address>& out_offsets,