Home
last modified time | relevance | path

Searched refs:match_file_name (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc3310 match_file_name(const char* file_name) const in match_file_name() function in gold::Output_section::Input_section_sort_entry
3314 return Layout::match_file_name(this->input_section_.relobj(), file_name); in match_file_name()
3351 bool s1_begin = s1.match_file_name("crtbegin"); in operator ()()
3352 bool s2_begin = s2.match_file_name("crtbegin"); in operator ()()
3363 bool s1_end = s1.match_file_name("crtend"); in operator ()()
3364 bool s2_end = s2.match_file_name("crtend"); in operator ()()
Dscript-sections.cc1291 match_file_name(const char* file_name) const;
1365 Output_section_element_input::match_file_name(const char* file_name) const in match_file_name() function in gold::Output_section_element_input
1404 if (!this->match_file_name(file_name)) in match_name()
1600 if (!this->match_file_name(relobj->name().c_str())) in set_section_addresses()
Dlayout.h770 match_file_name(const Relobj* relobj, const char* file_name);
Dlayout.cc5169 || (!Layout::match_file_name(relobj, "crtbegin") in output_section_name()
5170 && !Layout::match_file_name(relobj, "crtend"))) in output_section_name()
5189 Layout::match_file_name(const Relobj* relobj, const char* match) in match_file_name() function in gold::Layout
DChangeLog2460 (Output_section::Input_section_sort::match_file_name): Don't crash
5545 (Layout::match_file_name): New function, moved from output.cc.
5549 (Input_section_sort_entry::match_file_name): Just call
5550 Layout::match_file_name.
16417 (Output_section::Input_section_sort_entry::match_file_name): New