Home
last modified time | relevance | path

Searched refs:find_relaxed_input_section (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc2907 Output_section::find_relaxed_input_section(const Relobj* object, in find_relaxed_input_section() function in gold::Output_section
2912 return this->lookup_maps_->find_relaxed_input_section(object, shndx); in find_relaxed_input_section()
2928 posd = this->find_relaxed_input_section(object, shndx); in is_input_address_mapped()
2970 posd = this->find_relaxed_input_section(object, shndx); in output_offset()
3003 posd = this->find_relaxed_input_section(object, shndx); in output_address()
Dobject.cc2305 os->find_relaxed_input_section(folded_obj, folded.second); in compute_final_local_value_internal()
2349 os->find_relaxed_input_section(this, shndx); in compute_final_local_value_internal()
Doutput.h2944 find_relaxed_input_section(const Object* object, unsigned int shndx) const in find_relaxed_input_section() function
3896 find_relaxed_input_section(const Relobj* object, unsigned int shndx) const;
Darm.cc5395 os->find_relaxed_input_section(this->relobj_, this->shndx_); in do_fixed_endian_write()
6201 os->find_relaxed_input_section(this, shndx); in section_is_scannable()
6271 os->find_relaxed_input_section(this, shndx); in simple_input_section_output_address()
6415 out_sections[index]->find_relaxed_input_section(this, index); in scan_sections_for_stubs()
10069 output_section->find_relaxed_input_section(relinfo->object, in relocate_section()
Daarch64.cc2129 os->find_relaxed_input_section(this, text_shndx) != NULL); in text_section_is_scannable()
2206 os->find_relaxed_input_section(this, shndx); in scan_errata()
2304 out_sections[index]->find_relaxed_input_section(this, index); in scan_sections_for_stubs()
DChangeLog8864 (Output_section::find_relaxed_input_section): Adjust code to use
10310 (Output_section::find_relaxed_input_section): Ditto.
11186 * output.cc (Output_section::find_relaxed_input_section): Change
11189 * output.h (Output_section::find_relaxed_input_section): Change
11997 * output.h (Output_section::find_relaxed_input_section): Make
12263 Output_section::find_relaxed_input_section): New method definitions.
12295 Output_section::find_relaxed_input_section,