Home | History | Annotate | Download | only in gold

Lines Matching defs:this_blocker

233   Task_token* this_blocker = NULL;
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,
356 this_blocker, next_blocker);
369 input_reader, this_blocker, next_blocker);
376 this_blocker, next_blocker);
391 input_reader, this_blocker, next_blocker);
405 obj, lib, NULL, this_blocker,
417 this_blocker, next_blocker);
430 this_blocker, next_blocker);
451 Task_token* this_blocker = NULL;
458 workqueue->queue(new Read_relocs(symtab, layout, *p, this_blocker,
460 this_blocker = next_blocker;
464 // objects and THIS_BLOCKER is NULL here. Create a dummy
466 if (this_blocker == NULL)
469 this_blocker = new Task_token(true);
477 this_blocker,
746 Task_token* this_blocker = NULL;
753 this_blocker = new Task_token(true);
754 this_blocker->add_blocker();
756 this_blocker));
772 this_blocker, next_blocker));
773 this_blocker = next_blocker;
795 workqueue->queue(new Read_relocs(symtab, layout, *p, this_blocker,
797 this_blocker = next_blocker;
801 if (this_blocker == NULL)
806 // objects and THIS_BLOCKER is NULL here. Create a dummy
808 this_blocker = new Task_token(true);
813 // THIS_BLOCKER to be NULL here. There's no real point in
828 this_blocker,