Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Darchive.h527 lib_(lib), readsyms_blocker_(NULL), this_blocker_(NULL), in Add_lib_group_symbols()
548 gold_assert(this->readsyms_blocker_ == NULL && this->this_blocker_ == NULL); in set_blocker()
549 this->readsyms_blocker_ = readsyms_blocker; in set_blocker()
564 Task_token* readsyms_blocker_; variable
Darchive.cc1307 if (this->readsyms_blocker_ != NULL && this->readsyms_blocker_->is_blocked()) in is_runnable()
1308 return this->readsyms_blocker_; in is_runnable()
DChangeLog7835 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
7838 readsyms_blocker_.