Home | History | Annotate | Download | only in gold

Lines Matching refs:track_relocs_

117       reloc_type_(0), track_relocs_()
127 { return this->track_relocs_.next_offset(); }
132 { this->track_relocs_.advance(offset); }
140 { return this->track_relocs_.checkpoint(); }
145 { this->track_relocs_.reset(checkpoint); }
164 Track_relocs<size, big_endian> track_relocs_;
1119 // The type of the reloc section in track_relocs_--SHT_REL or SHT_RELA.