Home
last modified time | relevance | path

Searched refs:section_offsets_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dobject.h1892 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
1897 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
1926 gold_assert(shndx < this->section_offsets_.size()); in get_output_section_offset()
1927 return this->section_offsets_[shndx]; in get_output_section_offset()
1946 { return this->section_offsets_; } in section_offsets()
1966 gold_assert(shndx < this->section_offsets_.size()); in do_set_section_offset()
1967 this->section_offsets_[shndx] = in do_set_section_offset()
2037 std::vector<Address> section_offsets_; variable
DChangeLog6006 (Sized_relobj_incr::section_offsets_): Likewise.
6010 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
6016 section_offsets_ with accessor function.
6043 (Sized_relobj::section_offsets_): Likewise.
6058 (Sized_relobj_file::section_offsets_): Likewise.
6089 section_offsets_ with accessor function.
15086 (class Sized_relobj): Add section_offsets_ field. Add comdat