Searched refs:reloc_bases_ (Results 1 – 3 of 3) sorted by relevance
1029 reloc_bases_(NULL), in Object()1255 { return this->reloc_bases_[symndx]; } in do_get_incremental_reloc_base()1427 gold_assert(this->reloc_bases_ != NULL); in next_incremental_reloc_index()1431 return this->reloc_bases_[symndx] + counter; in next_incremental_reloc_index()1466 unsigned int* reloc_bases_; variable
355 this->reloc_bases_ = new unsigned int[nsyms]; in finalize_incremental_relocs()357 gold_assert(this->reloc_bases_ != NULL); in finalize_incremental_relocs()363 this->reloc_bases_[i] = rindex; in finalize_incremental_relocs()
8193 (Relobj::reloc_bases_): New data member.