Home
last modified time | relevance | path

Searched refs:reloc_bases_ (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gold/
H A Dobject.h1108 reloc_bases_(NULL), in Object()
1366 { return this->reloc_bases_[symndx]; } in do_get_incremental_reloc_base()
1540 gold_assert(this->reloc_bases_ != NULL); in next_incremental_reloc_index()
1544 return this->reloc_bases_[symndx] + counter; in next_incremental_reloc_index()
1579 unsigned int* reloc_bases_; variable
H A Dobject.cc393 this->reloc_bases_ = new unsigned int[nsyms]; in finalize_incremental_relocs()
395 gold_assert(this->reloc_bases_ != NULL); in finalize_incremental_relocs()
401 this->reloc_bases_[i] = rindex; in finalize_incremental_relocs()
H A DChangeLog-08159610 (Relobj::reloc_bases_): New data member.
/netbsd/external/gpl3/binutils/dist/gold/
H A Dobject.h1151 reloc_bases_(NULL), in Object()
1390 { return this->reloc_bases_[symndx]; } in do_get_incremental_reloc_base()
1564 gold_assert(this->reloc_bases_ != NULL); in next_incremental_reloc_index()
1568 return this->reloc_bases_[symndx] + counter; in next_incremental_reloc_index()
1603 unsigned int* reloc_bases_; variable
H A Dobject.cc393 this->reloc_bases_ = new unsigned int[nsyms]; in finalize_incremental_relocs()
395 gold_assert(this->reloc_bases_ != NULL); in finalize_incremental_relocs()
401 this->reloc_bases_[i] = rindex; in finalize_incremental_relocs()
H A DChangeLog-08159610 (Relobj::reloc_bases_): New data member.
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dobject.h1108 reloc_bases_(NULL), in Object()
1366 { return this->reloc_bases_[symndx]; } in do_get_incremental_reloc_base()
1540 gold_assert(this->reloc_bases_ != NULL); in next_incremental_reloc_index()
1544 return this->reloc_bases_[symndx] + counter; in next_incremental_reloc_index()
1579 unsigned int* reloc_bases_; variable
H A Dobject.cc393 this->reloc_bases_ = new unsigned int[nsyms]; in finalize_incremental_relocs()
395 gold_assert(this->reloc_bases_ != NULL); in finalize_incremental_relocs()
401 this->reloc_bases_[i] = rindex; in finalize_incremental_relocs()
H A DChangeLog-08159610 (Relobj::reloc_bases_): New data member.
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dobject.h1108 reloc_bases_(NULL), in Object()
1366 { return this->reloc_bases_[symndx]; } in do_get_incremental_reloc_base()
1540 gold_assert(this->reloc_bases_ != NULL); in next_incremental_reloc_index()
1544 return this->reloc_bases_[symndx] + counter; in next_incremental_reloc_index()
1579 unsigned int* reloc_bases_; variable
H A Dobject.cc393 this->reloc_bases_ = new unsigned int[nsyms]; in finalize_incremental_relocs()
395 gold_assert(this->reloc_bases_ != NULL); in finalize_incremental_relocs()
401 this->reloc_bases_[i] = rindex; in finalize_incremental_relocs()
H A DChangeLog-08159610 (Relobj::reloc_bases_): New data member.