Home
last modified time | relevance | path

Searched refs:defined_count_ (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dincremental.cc2004 symbols_(), defined_count_(0), incr_reloc_offset_(-1U), in Sized_relobj_incr()
2196 ++this->defined_count_; in do_add_symbols()
2382 *defined = this->defined_count_; in do_get_global_symbol_counts()
2686 symbols_(), defined_count_(0) in Sized_incr_dynobj()
2782 ++this->defined_count_; in do_add_symbols()
2958 *defined = this->defined_count_; in do_get_global_symbol_counts()
Ddynobj.h346 size_t defined_count_; variable
Ddynobj.cc85 defined_count_(0) in Sized_dynobj()
757 &this->defined_count_); in do_add_symbols()
839 *defined = this->defined_count_; in do_get_global_symbol_counts()
Dincremental.h2038 size_t defined_count_; variable
2172 size_t defined_count_; variable
Dobject.cc425 defined_count_(0), in Sized_relobj_file()
1964 &this->defined_count_); in do_add_symbols()
2795 *defined = this->defined_count_; in do_get_global_symbol_counts()
Dobject.h2704 size_t defined_count_; variable
DChangeLog4574 Initialize defined_count_.
4577 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
4580 * incremental.h (Sized_relobj_incr::defined_count_): New data
4582 (Sized_incr_dynobj::defined_count_): New data member.
15001 (Sized_relobj::Sized_relobj): Initialize defined_count_.
15010 (class Sized_relobj): Add defined_count_ field. Update
15015 defined_count_.
15020 defined_count_. Update declarations. Define Symbols typedef.