Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dobject.h1150 reloc_counts_(NULL), in Object()
1395 { return this->reloc_counts_[symndx]; } in do_get_incremental_reloc_count()
1536 this->reloc_counts_ = new unsigned int[nsyms]; in allocate_incremental_reloc_counts()
1537 gold_assert(this->reloc_counts_ != NULL); in allocate_incremental_reloc_counts()
1538 memset(this->reloc_counts_, 0, nsyms * sizeof(unsigned int)); in allocate_incremental_reloc_counts()
1548 gold_assert(this->reloc_counts_ != NULL); in count_incremental_reloc()
1549 ++this->reloc_counts_[symndx]; in count_incremental_reloc()
1563 gold_assert(this->reloc_counts_ != NULL); in next_incremental_reloc_index()
1567 unsigned int counter = this->reloc_counts_[symndx]++; in next_incremental_reloc_index()
1601 unsigned int* reloc_counts_; variable
H A Dobject.cc402 rindex += this->reloc_counts_[i]; in finalize_incremental_relocs()
404 this->reloc_counts_[i] = 0; in finalize_incremental_relocs()
H A DChangeLog-08159609 (Relobj::reloc_counts_): New data member.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.h1150 reloc_counts_(NULL), in Object()
1395 { return this->reloc_counts_[symndx]; } in do_get_incremental_reloc_count()
1536 this->reloc_counts_ = new unsigned int[nsyms]; in allocate_incremental_reloc_counts()
1537 gold_assert(this->reloc_counts_ != NULL); in allocate_incremental_reloc_counts()
1538 memset(this->reloc_counts_, 0, nsyms * sizeof(unsigned int)); in allocate_incremental_reloc_counts()
1548 gold_assert(this->reloc_counts_ != NULL); in count_incremental_reloc()
1549 ++this->reloc_counts_[symndx]; in count_incremental_reloc()
1563 gold_assert(this->reloc_counts_ != NULL); in next_incremental_reloc_index()
1567 unsigned int counter = this->reloc_counts_[symndx]++; in next_incremental_reloc_index()
1601 unsigned int* reloc_counts_; variable
H A Dobject.cc402 rindex += this->reloc_counts_[i]; in finalize_incremental_relocs()
404 this->reloc_counts_[i] = 0; in finalize_incremental_relocs()
H A DChangeLog-08159609 (Relobj::reloc_counts_): New data member.