Searched refs:match_file_name (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc3379 match_file_name(const char* file_name) const function in class:gold::Output_section::Input_section_sort_entry
3383 return Layout::match_file_name(this->input_section_.relobj(), file_name);
3420 bool s1_begin = s1.match_file_name("crtbegin");
3421 bool s2_begin = s2.match_file_name("crtbegin");
3432 bool s1_end = s1.match_file_name("crtend");
3433 bool s2_end = s2.match_file_name("crtend");
H A Dscript-sections.cc1341 match_file_name(const char* file_name) const;
1415 Output_section_element_input::match_file_name(const char* file_name) const function in class:gold::Output_section_element_input
1454 if (!this->match_file_name(file_name))
1731 if (!this->match_file_name(relobj->name().c_str()))
H A Dlayout.h820 match_file_name(const Relobj* relobj, const char* file_name);
H A Dlayout.cc5568 || (!Layout::match_file_name(relobj, "crtbegin")
5569 && !Layout::match_file_name(relobj, "crtend")))
5588 Layout::match_file_name(const Relobj* relobj, const char* match)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc3333 match_file_name(const char* file_name) const function in class:gold::Output_section::Input_section_sort_entry
3337 return Layout::match_file_name(this->input_section_.relobj(), file_name);
3374 bool s1_begin = s1.match_file_name("crtbegin");
3375 bool s2_begin = s2.match_file_name("crtbegin");
3386 bool s1_end = s1.match_file_name("crtend");
3387 bool s2_end = s2.match_file_name("crtend");
H A Dscript-sections.cc1341 match_file_name(const char* file_name) const;
1415 Output_section_element_input::match_file_name(const char* file_name) const function in class:gold::Output_section_element_input
1454 if (!this->match_file_name(file_name))
1731 if (!this->match_file_name(relobj->name().c_str()))
H A Dlayout.h825 match_file_name(const Relobj* relobj, const char* file_name);
H A Dlayout.cc5593 || (!Layout::match_file_name(relobj, "crtbegin")
5594 && !Layout::match_file_name(relobj, "crtend")))
5613 Layout::match_file_name(const Relobj* relobj, const char* match)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc3379 match_file_name(const char* file_name) const function in class:gold::Output_section::Input_section_sort_entry
3383 return Layout::match_file_name(this->input_section_.relobj(), file_name);
3420 bool s1_begin = s1.match_file_name("crtbegin");
3421 bool s2_begin = s2.match_file_name("crtbegin");
3432 bool s1_end = s1.match_file_name("crtend");
3433 bool s2_end = s2.match_file_name("crtend");
H A Dlayout.h820 match_file_name(const Relobj* relobj, const char* file_name);
H A Dscript-sections.cc1341 match_file_name(const char* file_name) const;
1415 Output_section_element_input::match_file_name(const char* file_name) const function in class:gold::Output_section_element_input
1454 if (!this->match_file_name(file_name))
1731 if (!this->match_file_name(relobj->name().c_str()))
H A Dlayout.cc5573 || (!Layout::match_file_name(relobj, "crtbegin")
5574 && !Layout::match_file_name(relobj, "crtend")))
5593 Layout::match_file_name(const Relobj* relobj, const char* match)

Completed in 498 milliseconds