Searched refs:is_wildcard_string (Results 1 – 4 of 4) sorted by relevance
306 is_wildcard_string(const char* s) in is_wildcard_string() function
1268 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()
2646 if (is_wildcard_string(line.c_str())) in read_layout_from_file()
8714 * gold.h (is_wildcard_string): New function.8759 * script-sections.cc (is_wildcard_string): Delete and move modified8762 call to is_wildcard_string.