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

/haiku-buildtools/binutils/gold/
H A Doutput.cc3365 match_file_name(const char* file_name) const function in class:gold::Output_section::Input_section_sort_entry
3369 return Layout::match_file_name(this->input_section_.relobj(), file_name);
3406 bool s1_begin = s1.match_file_name("crtbegin");
3407 bool s2_begin = s2.match_file_name("crtbegin");
3418 bool s1_end = s1.match_file_name("crtend");
3419 bool s2_end = s2.match_file_name("crtend");
H A Dlayout.h775 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.cc5189 || (!Layout::match_file_name(relobj, "crtbegin")
5190 && !Layout::match_file_name(relobj, "crtend")))
5209 Layout::match_file_name(const Relobj* relobj, const char* match)

Completed in 79 milliseconds