Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.cc2924 Output_section::find_relaxed_input_section(const Relobj* object, in find_relaxed_input_section() function in gold::Output_section
2929 return this->lookup_maps_->find_relaxed_input_section(object, shndx); in find_relaxed_input_section()
2945 posd = this->find_relaxed_input_section(object, shndx); in is_input_address_mapped()
2990 posd = this->find_relaxed_input_section(object, shndx); in output_offset()
3023 posd = this->find_relaxed_input_section(object, shndx); in output_address()
H A Daarch64.cc2015 out_sections[index]->find_relaxed_input_section(this, index); in fix_errata_and_relocate_erratum_stubs()
2238 os->find_relaxed_input_section(this, text_shndx) != NULL); in text_section_is_scannable()
2315 os->find_relaxed_input_section(this, shndx); in scan_errata()
2426 out_sections[index]->find_relaxed_input_section(this, index); in scan_sections_for_stubs()
8158 output_section->find_relaxed_input_section(relinfo->object, in relocate_section()
8293 = output_section->find_relaxed_input_section(relinfo->object, in relocate_relocs()
H A Dobject.cc2504 os->find_relaxed_input_section(folded_obj, folded.second); in compute_final_local_value_internal()
2551 os->find_relaxed_input_section(this, shndx); in compute_final_local_value_internal()
H A Doutput.h3083 find_relaxed_input_section(const Relobj* object, unsigned int shndx) const in find_relaxed_input_section() function
4029 find_relaxed_input_section(const Relobj* object, unsigned int shndx) const;
H A Darm.cc5418 os->find_relaxed_input_section(this->relobj_, this->shndx_); in do_fixed_endian_write()
6224 os->find_relaxed_input_section(this, shndx); in section_is_scannable()
6294 os->find_relaxed_input_section(this, shndx); in simple_input_section_output_address()
6438 out_sections[index]->find_relaxed_input_section(this, index); in scan_sections_for_stubs()
10276 output_section->find_relaxed_input_section(relinfo->object, in relocate_section()
H A DChangeLog-0815947 * output.h: (Output_section_lookup_maps::find_relaxed_input_section):
10281 (Output_section::find_relaxed_input_section): Adjust code to use
11727 (Output_section::find_relaxed_input_section): Ditto.
12603 * output.cc (Output_section::find_relaxed_input_section): Change
12606 * output.h (Output_section::find_relaxed_input_section): Change
13414 * output.h (Output_section::find_relaxed_input_section): Make
13680 Output_section::find_relaxed_input_section): New method definitions.
13712 Output_section::find_relaxed_input_section,
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc2923 Output_section::find_relaxed_input_section(const Relobj* object, in find_relaxed_input_section() function in gold::Output_section
2928 return this->lookup_maps_->find_relaxed_input_section(object, shndx); in find_relaxed_input_section()
2944 posd = this->find_relaxed_input_section(object, shndx); in is_input_address_mapped()
2989 posd = this->find_relaxed_input_section(object, shndx); in output_offset()
3022 posd = this->find_relaxed_input_section(object, shndx); in output_address()
H A Daarch64.cc2014 out_sections[index]->find_relaxed_input_section(this, index); in fix_errata_and_relocate_erratum_stubs()
2237 os->find_relaxed_input_section(this, text_shndx) != NULL); in text_section_is_scannable()
2314 os->find_relaxed_input_section(this, shndx); in scan_errata()
2425 out_sections[index]->find_relaxed_input_section(this, index); in scan_sections_for_stubs()
8156 output_section->find_relaxed_input_section(relinfo->object, in relocate_section()
H A Dobject.cc2504 os->find_relaxed_input_section(folded_obj, folded.second); in compute_final_local_value_internal()
2551 os->find_relaxed_input_section(this, shndx); in compute_final_local_value_internal()
H A Doutput.h3083 find_relaxed_input_section(const Relobj* object, unsigned int shndx) const in find_relaxed_input_section() function
4029 find_relaxed_input_section(const Relobj* object, unsigned int shndx) const;
H A Darm.cc5418 os->find_relaxed_input_section(this->relobj_, this->shndx_); in do_fixed_endian_write()
6224 os->find_relaxed_input_section(this, shndx); in section_is_scannable()
6294 os->find_relaxed_input_section(this, shndx); in simple_input_section_output_address()
6438 out_sections[index]->find_relaxed_input_section(this, index); in scan_sections_for_stubs()
10276 output_section->find_relaxed_input_section(relinfo->object, in relocate_section()
H A DChangeLog-0815947 * output.h: (Output_section_lookup_maps::find_relaxed_input_section):
10281 (Output_section::find_relaxed_input_section): Adjust code to use
11727 (Output_section::find_relaxed_input_section): Ditto.
12603 * output.cc (Output_section::find_relaxed_input_section): Change
12606 * output.h (Output_section::find_relaxed_input_section): Change
13414 * output.h (Output_section::find_relaxed_input_section): Make
13680 Output_section::find_relaxed_input_section): New method definitions.
13712 Output_section::find_relaxed_input_section,