Searched refs:match_file_name (Results 1 – 5 of 5) sorted by relevance
3310 match_file_name(const char* file_name) const in match_file_name() function in gold::Output_section::Input_section_sort_entry3314 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 ()()
1291 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_input1404 if (!this->match_file_name(file_name)) in match_name()1600 if (!this->match_file_name(relobj->name().c_str())) in set_section_addresses()
770 match_file_name(const Relobj* relobj, const char* file_name);
5169 || (!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
2460 (Output_section::Input_section_sort::match_file_name): Don't crash5545 (Layout::match_file_name): New function, moved from output.cc.5549 (Input_section_sort_entry::match_file_name): Just call5550 Layout::match_file_name.16417 (Output_section::Input_section_sort_entry::match_file_name): New