/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | defstd.cc | 281 bool saw_sections_clause = layout->script_options()->saw_sections_clause(); in define_standard_symbols() local 283 saw_sections_clause); in define_standard_symbols() 285 saw_sections_clause); in define_standard_symbols()
|
H A D | layout.cc | 901 if (! this->script_options_->saw_sections_clause()) in keep_input_section() 960 if (this->script_options_->saw_sections_clause() && !is_reloc) in choose_output_section() 1062 && !this->script_options_->saw_sections_clause() in choose_output_section() 1252 if (!this->script_options_->saw_sections_clause() in layout() 1266 && !this->script_options_->saw_sections_clause() in layout() 1277 if (!this->script_options_->saw_sections_clause() in layout() 1293 this->script_options_->saw_sections_clause()); in layout() 1503 bool saw_sections_clause = this->script_options_->saw_sections_clause(); in layout_eh_frame() local 1505 reloc_shndx, saw_sections_clause); in layout_eh_frame() 1744 if (!this->script_options_->saw_sections_clause() in make_output_section() [all …]
|
H A D | script.h | 536 saw_sections_clause() const in saw_sections_clause() function 537 { return this->script_sections_.saw_sections_clause(); } in saw_sections_clause()
|
H A D | script-sections.h | 81 saw_sections_clause() const in saw_sections_clause() function
|
H A D | script.cc | 1212 if (this->saw_sections_clause()) in create_script_sections() 1528 layout->script_options()->saw_sections_clause(); in read_input_script() 1544 && layout->script_options()->saw_sections_clause() in read_input_script() 3183 if (!closure->script_options()->saw_sections_clause()) in script_data_segment_align() 3197 if (!closure->script_options()->saw_sections_clause()) in script_data_segment_relro_end() 3334 if (!closure->script_options()->saw_sections_clause()) in script_set_section_region()
|
H A D | expression.cc | 849 if (ss->saw_sections_clause()) in value()
|
H A D | output.cc | 4106 if (layout->script_options()->saw_sections_clause()) in add_output_section_to_load() 4404 || layout->script_options()->saw_sections_clause()); in set_section_addresses() 4587 if (!layout->script_options()->saw_sections_clause()) in set_section_list_addresses()
|
H A D | i386.cc | 2729 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | s390.cc | 4102 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | sparc.cc | 3245 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | tilegx.cc | 4329 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | x86_64.cc | 4207 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | defstd.cc | 281 bool saw_sections_clause = layout->script_options()->saw_sections_clause(); in define_standard_symbols() local 283 saw_sections_clause); in define_standard_symbols() 285 saw_sections_clause); in define_standard_symbols()
|
H A D | layout.cc | 898 if (! this->script_options_->saw_sections_clause()) in keep_input_section() 957 if (this->script_options_->saw_sections_clause() && !is_reloc) in choose_output_section() 1059 && !this->script_options_->saw_sections_clause() in choose_output_section() 1249 if (!this->script_options_->saw_sections_clause() in layout() 1263 && !this->script_options_->saw_sections_clause() in layout() 1274 if (!this->script_options_->saw_sections_clause() in layout() 1290 this->script_options_->saw_sections_clause()); in layout() 1500 bool saw_sections_clause = this->script_options_->saw_sections_clause(); in layout_eh_frame() local 1502 reloc_shndx, saw_sections_clause); in layout_eh_frame() 1741 if (!this->script_options_->saw_sections_clause() in make_output_section() [all …]
|
H A D | script.h | 536 saw_sections_clause() const in saw_sections_clause() function 537 { return this->script_sections_.saw_sections_clause(); } in saw_sections_clause()
|
H A D | script-sections.h | 81 saw_sections_clause() const in saw_sections_clause() function
|
H A D | script.cc | 1212 if (this->saw_sections_clause()) in create_script_sections() 1528 layout->script_options()->saw_sections_clause(); in read_input_script() 1544 && layout->script_options()->saw_sections_clause() in read_input_script() 3183 if (!closure->script_options()->saw_sections_clause()) in script_data_segment_align() 3197 if (!closure->script_options()->saw_sections_clause()) in script_data_segment_relro_end() 3334 if (!closure->script_options()->saw_sections_clause()) in script_set_section_region()
|
H A D | expression.cc | 849 if (ss->saw_sections_clause()) in value()
|
H A D | output.cc | 4105 if (layout->script_options()->saw_sections_clause()) in add_output_section_to_load() 4403 || layout->script_options()->saw_sections_clause()); in set_section_addresses() 4586 if (!layout->script_options()->saw_sections_clause()) in set_section_list_addresses()
|
H A D | i386.cc | 2729 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | s390.cc | 4102 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | sparc.cc | 3245 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | tilegx.cc | 4329 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | x86_64.cc | 4615 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|
H A D | aarch64.cc | 7032 layout->script_options()->saw_sections_clause()); in do_finalize_sections()
|