Home | History | Annotate | Download | only in gold

Lines Matching refs:input_reader_

2002     input_reader_(ibase->inputs_reader().input_file(input_file_index)),
2009 if (this->input_reader_.is_in_system_directory())
2011 const unsigned int shnum = this->input_reader_.get_input_section_count() + 1;
2048 this->input_reader_.get_input_section(i - 1);
2073 unsigned int ncomdat = this->input_reader_.get_comdat_group_count();
2076 const char* signature = this->input_reader_.get_comdat_group_signature(i);
2132 unsigned int nsyms = this->input_reader_.get_global_symbol_count();
2148 this->input_reader_.get_global_symbol_reader(i);
2179 this->input_reader_.get_input_section(input_shndx - 1);
2296 this->input_reader_.get_input_section(shndx - 1);
2425 unsigned int nsyms = this->input_reader_.get_global_symbol_count();
2430 this->input_reader_.get_global_symbol_reader(i);
2472 unsigned int nlocals = this->input_reader_.get_local_symbol_count();
2483 off_t off = this->input_reader_.get_local_symbol_offset();
2686 input_reader_(ibase->inputs_reader().input_file(input_file_index)),
2689 if (this->input_reader_.is_in_system_directory())
2691 if (this->input_reader_.as_needed())
2693 this->set_soname_string(this->input_reader_.get_soname());
2731 unsigned int nsyms = this->input_reader_.get_global_symbol_count();
2755 this->input_reader_.get_output_symbol_index(i, &is_def, &is_copy);
3058 unsigned int symcount = this->input_reader_->get_unused_symbol_count();
3062 std::string name(this->input_reader_->get_unused_symbol(i));