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

  /toolchain/binutils/binutils-2.25/gold/
gold.cc 319 unsigned int input_file_index,
329 ibase->get_input_reader(input_file_index);
336 ibase->get_input_argument(input_file_index);
343 arg->set_script_info(ibase->get_script_info(input_file_index));
354 gold_assert(!ibase->file_has_changed(input_file_index));
355 return new Check_script(layout, ibase, input_file_index, input_reader,
361 Incremental_library* lib = ibase->get_library(input_file_index);
364 || !ibase->file_has_changed(input_file_index))
368 return new Check_library(symtab, layout, ibase, input_file_index,
383 Incremental_library* lib = ibase->get_library(input_file_index);
    [all...]
readsyms.h 231 unsigned int input_file_index,
234 : layout_(layout), ibase_(ibase), input_file_index_(input_file_index),
278 unsigned int input_file_index,
282 input_file_index_(input_file_index), input_reader_(input_reader),
incremental.h 270 Script_info(const std::string& filename, unsigned int input_file_index)
271 : filename_(filename), input_file_index_(input_file_index),
287 input_file_index() const function in class:gold::Script_info
1122 input_file_index(unsigned int offset) const function in class:gold::Incremental_inputs_reader
2199 input_file_index() const function in class:gold::Incremental_library
    [all...]
incremental.cc 331 int member_index = inputs.input_file_index(member_offset);
344 int object_index = inputs.input_file_index(object_offset);
483 n = script->input_file_index();
566 unsigned int input_file_index)
571 this->inputs_reader_.input_file(input_file_index);
    [all...]
readsyms.cc 623 unsigned int lib_index = this->library_->input_file_index();
759 unsigned int lib_index = lib->input_file_index();

Completed in 151 milliseconds