Home
last modified time | relevance | path

Searched refs:this_blocker_ (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dreadsyms.cc53 : this_blocker_(this_blocker), next_blocker_(next_blocker) in Unblock_token()
58 if (this->this_blocker_ != NULL) in ~Unblock_token()
59 delete this->this_blocker_; in ~Unblock_token()
65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
66 return this->this_blocker_; in is_runnable()
83 Task_token* this_blocker_; member in gold::Unblock_token
168 workqueue->queue_soon(new Unblock_token(this->this_blocker_, in run()
182 Task_token* this_blocker = this->this_blocker_; in do_whole_lib_group()
253 add_lib_group_symbols->set_blocker(next_blocker, this->this_blocker_); in do_lib_group()
319 this->this_blocker_, in do_read_symbols()
[all …]
Dreadsyms.h67 member_(member), this_blocker_(this_blocker), in Read_symbols()
125 Task_token* this_blocker_; variable
147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker) in Add_symbols()
175 Task_token* this_blocker_; variable
196 this_blocker_(this_blocker), next_blocker_(next_blocker) in Read_member()
220 Task_token* this_blocker_; variable
235 input_reader_(input_reader), this_blocker_(this_blocker), in Check_script()
266 Task_token* this_blocker_; variable
283 this_blocker_(this_blocker), next_blocker_(next_blocker) in Check_library()
310 Task_token* this_blocker_; variable
[all …]
Dplugin.cc383 : this_blocker_(this_blocker), next_blocker_(next_blocker) in Plugin_rescan()
388 delete this->this_blocker_; in ~Plugin_rescan()
394 if (this->this_blocker_->is_blocked()) in is_runnable()
395 return this->this_blocker_; in is_runnable()
412 Task_token* this_blocker_; member in gold::Plugin_rescan
534 this->this_blocker_ = NULL; in all_symbols_read()
545 workqueue->queue(new Plugin_rescan(this->this_blocker_, next_blocker)); in all_symbols_read()
546 this->this_blocker_ = next_blocker; in all_symbols_read()
549 *last_blocker = this->this_blocker_; in all_symbols_read()
868 this->this_blocker_, in add_input_file()
[all …]
Darchive.h428 input_group_(input_group), this_blocker_(this_blocker), in Add_archive_symbols()
463 Task_token* this_blocker_; variable
527 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()
550 this->this_blocker_ = this_blocker; in set_blocker()
565 Task_token* this_blocker_; variable
Darchive.cc1074 if (this->this_blocker_ != NULL) in ~Add_archive_symbols()
1075 delete this->this_blocker_; in ~Add_archive_symbols()
1086 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1087 return this->this_blocker_; in is_runnable()
1309 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1310 return this->this_blocker_; in is_runnable()
1336 if (this->this_blocker_ != NULL) in ~Add_lib_group_symbols()
1337 delete this->this_blocker_; in ~Add_lib_group_symbols()
Dplugin.h137 this_blocker_(NULL), extra_search_path_(), lock_(NULL), in Plugin_manager()
379 Task_token* this_blocker_; variable
570 this_blocker_(this_blocker), next_blocker_(next_blocker) in Plugin_hook()
596 Task_token* this_blocker_; variable
Dreloc.cc83 this->this_blocker_, in run()
90 this->this_blocker_, in run()
107 if (this->this_blocker_ != NULL) in ~Gc_process_relocs()
108 delete this->this_blocker_; in ~Gc_process_relocs()
119 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
120 return this->this_blocker_; in is_runnable()
152 if (this->this_blocker_ != NULL) in ~Scan_relocs()
153 delete this->this_blocker_; in ~Scan_relocs()
164 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
165 return this->this_blocker_; in is_runnable()
Dreloc.h71 this_blocker_(this_blocker), next_blocker_(next_blocker) in Read_relocs()
92 Task_token* this_blocker_; variable
109 this_blocker_(this_blocker), next_blocker_(next_blocker) in Gc_process_relocs()
133 Task_token* this_blocker_; variable
150 this_blocker_(this_blocker), next_blocker_(next_blocker) in Scan_relocs()
174 Task_token* this_blocker_; variable
DChangeLog5134 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
7840 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
9848 (Gc_process_relocs::is_runnable): Check this_blocker_.
9852 (Scan_relocs::is_runnable): Check this_blocker_ rather than
9857 fields. Add this_blocker_ and next_blocker_ fields. Adjust