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

  /toolchain/binutils/binutils-2.25/gold/
gold.cc 233 Task_token* this_blocker = NULL; local
246 NULL, this_blocker, next_blocker));
247 this_blocker = next_blocker;
266 this_blocker, next_blocker);
268 this_blocker = next_blocker;
280 &search_path, mapfile, this_blocker,
282 this_blocker = next_blocker;
296 this_blocker,
306 this_blocker,
325 Task_token* this_blocker,
451 Task_token* this_blocker = NULL; local
746 Task_token* this_blocker = NULL; local
    [all...]
readsyms.h 54 // the middle of an input group. THIS_BLOCKER is used to prevent
63 Task_token* this_blocker, Task_token* next_blocker)
67 member_(member), this_blocker_(this_blocker),
136 // THIS_BLOCKER is used to prevent this task from running before the
143 Read_symbols_data* sd, Task_token* this_blocker,
147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker)
186 // the middle of an input group. THIS_BLOCKER is used to prevent
194 Task_token* this_blocker, Task_token* next_blocker)
196 this_blocker_(this_blocker), next_blocker_(next_blocker)
233 Task_token* this_blocker, Task_token* next_blocker
    [all...]
readsyms.cc 47 // of blocks, so we need both this_blocker and next_blocker.
52 Unblock_token(Task_token* this_blocker, Task_token* next_blocker)
53 : this_blocker_(this_blocker), next_blocker_(next_blocker)
121 // We don't need to worry about this_blocker, since we already
182 Task_token* this_blocker = this->this_blocker_; local
205 NULL, this_blocker, next_blocker));
206 this_blocker = next_blocker;
245 // just pass NULL as this_blocker.
473 Task_token* this_blocker = this->this_blocker_; local
485 this_blocker, next_blocker))
    [all...]
archive.h 423 Task_token* this_blocker,
428 input_group_(input_group), this_blocker_(this_blocker),
546 set_blocker(Task_token* readsyms_blocker, Task_token* this_blocker)
550 this->this_blocker_ = this_blocker;
plugin.h 566 Mapfile* mapfile, Task_token* this_blocker,
570 this_blocker_(this_blocker), next_blocker_(next_blocker)
reloc.h 65 // THIS_BLOCKER and NEXT_BLOCKER are passed along to a Scan_relocs
69 Task_token* this_blocker, Task_token* next_blocker)
71 this_blocker_(this_blocker), next_blocker_(next_blocker)
102 // THIS_BLOCKER prevents this task from running until the previous
106 Read_relocs_data* rd, Task_token* this_blocker,
109 this_blocker_(this_blocker), next_blocker_(next_blocker)
143 // THIS_BLOCKER prevents this task from running until the previous
147 Read_relocs_data* rd, Task_token* this_blocker,
150 this_blocker_(this_blocker), next_blocker_(next_blocker)
plugin.cc 382 Plugin_rescan(Task_token* this_blocker, Task_token* next_blocker)
383 : this_blocker_(this_blocker), next_blocker_(next_blocker)
    [all...]
script.cc     [all...]

Completed in 160 milliseconds