HomeSort by relevance Sort by last modified time
    Searched defs:this_blocker (Results 1 - 2 of 2) 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.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...]

Completed in 125 milliseconds