Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gdb/dist/gold/
H A Dreadsyms.cc65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
83 Task_token* this_blocker_; member in gold::Unblock_token
319 this->this_blocker_, in do_read_symbols()
455 this->this_blocker_, in do_read_symbols()
575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Dreadsyms.h67 member_(member), this_blocker_(this_blocker), in Read_symbols()
125 Task_token* this_blocker_; variable
175 Task_token* this_blocker_; variable
220 Task_token* this_blocker_; variable
266 Task_token* this_blocker_; variable
310 Task_token* this_blocker_; variable
380 Task_token* this_blocker_; variable
410 gold_assert(this->this_blocker_ == NULL); in set_blocker()
411 this->this_blocker_ = this_blocker; in set_blocker()
436 Task_token* this_blocker_; variable
[all …]
H A Darchive.h432 input_group_(input_group), this_blocker_(this_blocker), in Add_archive_symbols()
467 Task_token* this_blocker_; variable
531 lib_(lib), readsyms_blocker_(NULL), this_blocker_(NULL), in Add_lib_group_symbols()
552 gold_assert(this->readsyms_blocker_ == NULL && this->this_blocker_ == NULL); in set_blocker()
554 this->this_blocker_ = this_blocker; in set_blocker()
569 Task_token* this_blocker_; variable
H A Dplugin.cc441 delete this->this_blocker_; in ~Plugin_rescan()
448 return this->this_blocker_; in is_runnable()
465 Task_token* this_blocker_; member in gold::Plugin_rescan
846 this->this_blocker_ = NULL; in all_symbols_read()
1701 if (this->this_blocker_ != NULL) in ~Plugin_finish()
1702 delete this->this_blocker_; in ~Plugin_finish()
1708 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1709 return this->this_blocker_; in is_runnable()
1732 Task_token* this_blocker_; member in gold::Plugin_finish
1747 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Darchive.cc1105 if (this->this_blocker_ != NULL) in ~Add_archive_symbols()
1106 delete this->this_blocker_; in ~Add_archive_symbols()
1117 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1118 return this->this_blocker_; in is_runnable()
1340 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1341 return this->this_blocker_; in is_runnable()
1367 if (this->this_blocker_ != NULL) in ~Add_lib_group_symbols()
1368 delete this->this_blocker_; in ~Add_lib_group_symbols()
H A 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()
H A Dplugin.h153 this_blocker_(NULL), extra_search_path_(), lock_(NULL), in Plugin_manager()
415 Task_token* this_blocker_; variable
623 this_blocker_(this_blocker), next_blocker_(next_blocker) in Plugin_hook()
649 Task_token* this_blocker_; variable
/netbsd/external/gpl3/binutils/dist/gold/
H A Dreadsyms.cc65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
83 Task_token* this_blocker_; member in gold::Unblock_token
319 this->this_blocker_, in do_read_symbols()
455 this->this_blocker_, in do_read_symbols()
575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Dreadsyms.h67 member_(member), this_blocker_(this_blocker), in Read_symbols()
125 Task_token* this_blocker_; variable
175 Task_token* this_blocker_; variable
220 Task_token* this_blocker_; variable
266 Task_token* this_blocker_; variable
310 Task_token* this_blocker_; variable
380 Task_token* this_blocker_; variable
410 gold_assert(this->this_blocker_ == NULL); in set_blocker()
411 this->this_blocker_ = this_blocker; in set_blocker()
436 Task_token* this_blocker_; variable
[all …]
H A Darchive.h432 input_group_(input_group), this_blocker_(this_blocker), in Add_archive_symbols()
467 Task_token* this_blocker_; variable
531 lib_(lib), readsyms_blocker_(NULL), this_blocker_(NULL), in Add_lib_group_symbols()
552 gold_assert(this->readsyms_blocker_ == NULL && this->this_blocker_ == NULL); in set_blocker()
554 this->this_blocker_ = this_blocker; in set_blocker()
569 Task_token* this_blocker_; variable
H A Dplugin.cc441 delete this->this_blocker_; in ~Plugin_rescan()
448 return this->this_blocker_; in is_runnable()
465 Task_token* this_blocker_; member in gold::Plugin_rescan
846 this->this_blocker_ = NULL; in all_symbols_read()
1701 if (this->this_blocker_ != NULL) in ~Plugin_finish()
1702 delete this->this_blocker_; in ~Plugin_finish()
1708 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1709 return this->this_blocker_; in is_runnable()
1732 Task_token* this_blocker_; member in gold::Plugin_finish
1747 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Darchive.cc1098 if (this->this_blocker_ != NULL) in ~Add_archive_symbols()
1099 delete this->this_blocker_; in ~Add_archive_symbols()
1110 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1111 return this->this_blocker_; in is_runnable()
1333 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1334 return this->this_blocker_; in is_runnable()
1360 if (this->this_blocker_ != NULL) in ~Add_lib_group_symbols()
1361 delete this->this_blocker_; in ~Add_lib_group_symbols()
H A 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()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dreadsyms.cc65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
83 Task_token* this_blocker_; member in gold::Unblock_token
319 this->this_blocker_, in do_read_symbols()
455 this->this_blocker_, in do_read_symbols()
575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Dreadsyms.h67 member_(member), this_blocker_(this_blocker), in Read_symbols()
125 Task_token* this_blocker_; variable
175 Task_token* this_blocker_; variable
220 Task_token* this_blocker_; variable
266 Task_token* this_blocker_; variable
310 Task_token* this_blocker_; variable
380 Task_token* this_blocker_; variable
410 gold_assert(this->this_blocker_ == NULL); in set_blocker()
411 this->this_blocker_ = this_blocker; in set_blocker()
436 Task_token* this_blocker_; variable
[all …]
H A Darchive.h432 input_group_(input_group), this_blocker_(this_blocker), in Add_archive_symbols()
467 Task_token* this_blocker_; variable
531 lib_(lib), readsyms_blocker_(NULL), this_blocker_(NULL), in Add_lib_group_symbols()
552 gold_assert(this->readsyms_blocker_ == NULL && this->this_blocker_ == NULL); in set_blocker()
554 this->this_blocker_ = this_blocker; in set_blocker()
569 Task_token* this_blocker_; variable
H A Dplugin.cc441 delete this->this_blocker_; in ~Plugin_rescan()
448 return this->this_blocker_; in is_runnable()
465 Task_token* this_blocker_; member in gold::Plugin_rescan
846 this->this_blocker_ = NULL; in all_symbols_read()
1701 if (this->this_blocker_ != NULL) in ~Plugin_finish()
1702 delete this->this_blocker_; in ~Plugin_finish()
1708 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1709 return this->this_blocker_; in is_runnable()
1732 Task_token* this_blocker_; member in gold::Plugin_finish
1747 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Darchive.cc1105 if (this->this_blocker_ != NULL) in ~Add_archive_symbols()
1106 delete this->this_blocker_; in ~Add_archive_symbols()
1117 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1118 return this->this_blocker_; in is_runnable()
1340 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1341 return this->this_blocker_; in is_runnable()
1367 if (this->this_blocker_ != NULL) in ~Add_lib_group_symbols()
1368 delete this->this_blocker_; in ~Add_lib_group_symbols()
H A 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()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dreadsyms.cc65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
83 Task_token* this_blocker_; member in gold::Unblock_token
319 this->this_blocker_, in do_read_symbols()
455 this->this_blocker_, in do_read_symbols()
575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Dreadsyms.h67 member_(member), this_blocker_(this_blocker), in Read_symbols()
125 Task_token* this_blocker_; variable
175 Task_token* this_blocker_; variable
220 Task_token* this_blocker_; variable
266 Task_token* this_blocker_; variable
310 Task_token* this_blocker_; variable
380 Task_token* this_blocker_; variable
410 gold_assert(this->this_blocker_ == NULL); in set_blocker()
411 this->this_blocker_ = this_blocker; in set_blocker()
436 Task_token* this_blocker_; variable
[all …]
H A Darchive.h432 input_group_(input_group), this_blocker_(this_blocker), in Add_archive_symbols()
467 Task_token* this_blocker_; variable
531 lib_(lib), readsyms_blocker_(NULL), this_blocker_(NULL), in Add_lib_group_symbols()
552 gold_assert(this->readsyms_blocker_ == NULL && this->this_blocker_ == NULL); in set_blocker()
554 this->this_blocker_ = this_blocker; in set_blocker()
569 Task_token* this_blocker_; variable
H A Dplugin.cc441 delete this->this_blocker_; in ~Plugin_rescan()
448 return this->this_blocker_; in is_runnable()
465 Task_token* this_blocker_; member in gold::Plugin_rescan
846 this->this_blocker_ = NULL; in all_symbols_read()
1701 if (this->this_blocker_ != NULL) in ~Plugin_finish()
1702 delete this->this_blocker_; in ~Plugin_finish()
1708 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1709 return this->this_blocker_; in is_runnable()
1732 Task_token* this_blocker_; member in gold::Plugin_finish
1747 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
[all …]
H A Darchive.cc1105 if (this->this_blocker_ != NULL) in ~Add_archive_symbols()
1106 delete this->this_blocker_; in ~Add_archive_symbols()
1117 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1118 return this->this_blocker_; in is_runnable()
1340 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1341 return this->this_blocker_; in is_runnable()
1367 if (this->this_blocker_ != NULL) in ~Add_lib_group_symbols()
1368 delete this->this_blocker_; in ~Add_lib_group_symbols()
H A 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()

12