Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dobject.h1028 reloc_counts_(NULL), in Object()
1260 { return this->reloc_counts_[symndx]; } in do_get_incremental_reloc_count()
1399 this->reloc_counts_ = new unsigned int[nsyms]; in allocate_incremental_reloc_counts()
1400 gold_assert(this->reloc_counts_ != NULL); in allocate_incremental_reloc_counts()
1401 memset(this->reloc_counts_, 0, nsyms * sizeof(unsigned int)); in allocate_incremental_reloc_counts()
1411 gold_assert(this->reloc_counts_ != NULL); in count_incremental_reloc()
1412 ++this->reloc_counts_[symndx]; in count_incremental_reloc()
1426 gold_assert(this->reloc_counts_ != NULL); in next_incremental_reloc_index()
1430 unsigned int counter = this->reloc_counts_[symndx]++; in next_incremental_reloc_index()
1464 unsigned int* reloc_counts_; variable
Dobject.cc364 rindex += this->reloc_counts_[i]; in finalize_incremental_relocs()
366 this->reloc_counts_[i] = 0; in finalize_incremental_relocs()
DChangeLog8192 (Relobj::reloc_counts_): New data member.