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

  /toolchain/binutils/binutils-2.27/gold/
readsyms.h 37 class Input_group;
53 // INPUT is the file to read. INPUT_GROUP is not NULL if we are in
62 Input_group* input_group, Archive_member* member,
66 input_argument_(input_argument), input_group_(input_group),
82 int dirindex, Mapfile*, const Input_argument*, Input_group*,
123 Input_group* input_group_;
185 // INPUT is the file to read. INPUT_GROUP is not NULL if we are in
316 class Input_group
322 Input_group()
    [all...]
plugin.h 40 class Input_group;
181 // This takes ownership of the Input_group pointer.
183 save_input_group(Input_group*);
308 Input_group* input_group; member in union:gold::Plugin_manager::Rescannable::__anon4467
315 Rescannable(Input_group* input_group)
317 { this->u.input_group = input_group; }
readsyms.cc 116 Input_group* input_group, Task_token* next_blocker)
130 input_group, NULL, NULL, next_blocker));
470 Input_group* input_group = new Input_group(); local
479 input_group,
500 this->mapfile_, arg, input_group,
766 // Class Input_group.
768 // When we delete an Input_group we can delete the archiv
    [all...]
archive.h 39 class Input_group;
426 Archive* archive, Input_group* input_group,
432 input_group_(input_group), this_blocker_(this_blocker),
466 Input_group* input_group_;
plugin.cc 540 // Save an Input_group. This is like save_archive.
543 Plugin_manager::save_input_group(Input_group* input_group)
546 delete input_group;
548 this->rescannable_.push_back(Rescannable(input_group));
666 for (Input_group::const_iterator p = r.u.input_group->begin();
667 p != r.u.input_group->end();
686 delete this->rescannable_[i].u.input_group;
703 for (Input_group::const_iterator p = r.u.input_group->begin()
    [all...]
script.cc     [all...]

Completed in 93 milliseconds