Home
last modified time | relevance | path

Searched refs:is_wildcard_string (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dgold.h306 is_wildcard_string(const char* s) in is_wildcard_string() function
Dscript-sections.cc1268 pattern_is_wildcard(is_wildcard_string(this->pattern.c_str())), in Input_section_pattern()
1335 this->filename_is_wildcard_ = is_wildcard_string(this->filename_pattern_.c_str()); in Output_section_element_input()
1344 bool is_wildcard = is_wildcard_string((*p).c_str()); in Output_section_element_input()
Dlayout.cc2646 if (is_wildcard_string(line.c_str())) in read_layout_from_file()
DChangeLog8714 * gold.h (is_wildcard_string): New function.
8759 * script-sections.cc (is_wildcard_string): Delete and move modified
8762 call to is_wildcard_string.