HomeSort by relevance Sort by last modified time
    Searched refs:this_blocker_ (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
readsyms.cc 53 : this_blocker_(this_blocker), next_blocker_(next_blocker)
58 if (this->this_blocker_ != NULL)
59 delete this->this_blocker_;
65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
66 return this->this_blocker_;
83 Task_token* this_blocker_; member in class:gold::Unblock_token
91 // The this_blocker_ and next_blocker_ pointers are passed on to the
168 workqueue->queue_soon(new Unblock_token(this->this_blocker_,
182 Task_token* this_blocker = this->this_blocker_;
    [all...]
readsyms.h 67 member_(member), this_blocker_(this_blocker),
125 Task_token* this_blocker_; member in class:gold::Read_symbols
147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker)
175 Task_token* this_blocker_; member in class:gold::Add_symbols
196 this_blocker_(this_blocker), next_blocker_(next_blocker)
220 Task_token* this_blocker_; member in class:gold::Read_member
235 input_reader_(input_reader), this_blocker_(this_blocker),
266 Task_token* this_blocker_; member in class:gold::Check_script
283 this_blocker_(this_blocker), next_blocker_(next_blocker)
310 Task_token* this_blocker_; member in class:gold::Check_library
380 Task_token* this_blocker_; member in class:gold::Start_group
436 Task_token* this_blocker_; member in class:gold::Finish_group
485 Task_token* this_blocker_; member in class:gold::Read_script
    [all...]
archive.h 432 input_group_(input_group), this_blocker_(this_blocker),
467 Task_token* this_blocker_; member in class:gold::Add_archive_symbols
531 lib_(lib), readsyms_blocker_(NULL), this_blocker_(NULL),
552 gold_assert(this->readsyms_blocker_ == NULL && this->this_blocker_ == NULL);
554 this->this_blocker_ = this_blocker;
569 Task_token* this_blocker_; member in class:gold::Add_lib_group_symbols
plugin.cc 416 : this_blocker_(this_blocker), next_blocker_(next_blocker)
421 delete this->this_blocker_;
427 if (this->this_blocker_->is_blocked())
428 return this->this_blocker_;
445 Task_token* this_blocker_; member in class:gold::Plugin_rescan
567 this->this_blocker_ = NULL;
578 workqueue->queue(new Plugin_rescan(this->this_blocker_, next_blocker));
579 this->this_blocker_ = next_blocker;
582 *last_blocker = this->this_blocker_;
901 this->this_blocker_,
1417 Task_token* this_blocker_; member in class:gold::Plugin_finish
    [all...]
plugin.h 137 this_blocker_(NULL), extra_search_path_(), lock_(NULL),
379 Task_token* this_blocker_; member in class:gold::Plugin_manager
580 this_blocker_(this_blocker), next_blocker_(next_blocker)
606 Task_token* this_blocker_; member in class:gold::Plugin_hook
archive.cc 1096 if (this->this_blocker_ != NULL)
1097 delete this->this_blocker_;
1103 // this_blocker_. We block next_blocker_. We also lock the file.
1108 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
1109 return this->this_blocker_;
    [all...]
reloc.cc 83 this->this_blocker_,
90 this->this_blocker_,
107 if (this->this_blocker_ != NULL)
108 delete this->this_blocker_;
114 // by THIS_BLOCKER_. It unblocks NEXT_BLOCKER_.
119 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
120 return this->this_blocker_;
152 if (this->this_blocker_ != NULL)
153 delete this->this_blocker_;
    [all...]
reloc.h 71 this_blocker_(this_blocker), next_blocker_(next_blocker)
92 Task_token* this_blocker_; member in class:gold::Read_relocs
109 this_blocker_(this_blocker), next_blocker_(next_blocker)
133 Task_token* this_blocker_; member in class:gold::Gc_process_relocs
150 this_blocker_(this_blocker), next_blocker_(next_blocker)
174 Task_token* this_blocker_; member in class:gold::Scan_relocs
    [all...]

Completed in 561 milliseconds