Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dsymtab.h576 && !this->is_forced_local_); in is_externally_visible()
600 if (this->is_forced_local_) in is_preemptible()
845 { return this->is_forced_local_; } in is_forced_local()
850 { this->is_forced_local_ = true; } in set_is_forced_local()
1061 bool is_forced_local_ : 1; variable
H A Dresolve.cc1001 gold_assert(!from->is_forced_local_); in override_base_with_special()
H A Dsymtab.cc76 this->is_forced_local_ = false; in init_fields()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dsymtab.h586 && !this->is_forced_local_); in is_externally_visible()
610 if (this->is_forced_local_) in is_preemptible()
855 { return this->is_forced_local_; } in is_forced_local()
860 { this->is_forced_local_ = true; } in set_is_forced_local()
1088 bool is_forced_local_ : 1; variable
H A Dresolve.cc994 return !this->is_forced_local_ && from->is_forced_local_; in clone()
1085 gold_assert(!from->is_forced_local_); in override_base_with_special()
H A Dsymtab.cc76 this->is_forced_local_ = false; in init_fields()