Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dreadsyms.h68 next_blocker_(next_blocker) in Read_symbols()
126 Task_token* next_blocker_; variable
147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker) in Add_symbols()
176 Task_token* next_blocker_; variable
196 this_blocker_(this_blocker), next_blocker_(next_blocker) in Read_member()
221 Task_token* next_blocker_; variable
236 next_blocker_(next_blocker) in Check_script()
267 Task_token* next_blocker_; variable
283 this_blocker_(this_blocker), next_blocker_(next_blocker) in Check_library()
311 Task_token* next_blocker_; variable
[all …]
Dreadsyms.cc53 : this_blocker_(this_blocker), next_blocker_(next_blocker) in Unblock_token()
72 { tl->add(this, this->next_blocker_); } in locks()
84 Task_token* next_blocker_; member in gold::Unblock_token
155 tl->add(this, this->next_blocker_); in locks()
169 this->next_blocker_)); in run()
199 next_blocker = this->next_blocker_; in do_whole_lib_group()
230 lib, this->next_blocker_); in do_lib_group()
320 this->next_blocker_)); in do_read_symbols()
376 this->next_blocker_)); in do_read_symbols()
435 this->next_blocker_)); in do_read_symbols()
[all …]
Darchive.h429 next_blocker_(next_blocker) in Add_archive_symbols()
464 Task_token* next_blocker_; variable
528 next_blocker_(next_blocker) in Add_lib_group_symbols()
566 Task_token* next_blocker_; variable
Dreloc.h71 this_blocker_(this_blocker), next_blocker_(next_blocker) in Read_relocs()
93 Task_token* next_blocker_; variable
109 this_blocker_(this_blocker), next_blocker_(next_blocker) in Gc_process_relocs()
134 Task_token* next_blocker_; variable
150 this_blocker_(this_blocker), next_blocker_(next_blocker) in Scan_relocs()
175 Task_token* next_blocker_; variable
Dplugin.cc383 : this_blocker_(this_blocker), next_blocker_(next_blocker) in Plugin_rescan()
401 { tl->add(this, this->next_blocker_); } in locks()
413 Task_token* next_blocker_; member in gold::Plugin_rescan
1350 : this_blocker_(this_blocker), next_blocker_(next_blocker) in Plugin_finish()
1369 { tl->add(this, this->next_blocker_); } in locks()
1383 Task_token* next_blocker_; member in gold::Plugin_finish
1428 this->next_blocker_)); in run()
Dplugin.h570 this_blocker_(this_blocker), next_blocker_(next_blocker) in Plugin_hook()
597 Task_token* next_blocker_; variable
Darchive.cc1094 tl->add(this, this->next_blocker_); in locks()
1128 this->input_group_, this->next_blocker_); in run()
1317 tl->add(this, this->next_blocker_); in locks()
Dreloc.cc84 this->next_blocker_)); in run()
91 this->next_blocker_)); in run()
130 tl->add(this, this->next_blocker_); in locks()
180 tl->add(this, this->next_blocker_); in locks()
DChangeLog9845 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
9849 (Gc_process_relocs::locks): Use next_blocker_ rather than
9855 next_blocker_.
9857 fields. Add this_blocker_ and next_blocker_ fields. Adjust