Searched refs:match_simple_wild (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlang.c | 414 match_simple_wild (const char *pattern, const char *name) in match_simple_wild() function 647 bool skip = !match_simple_wild (wildsec0->spec.name, sname); in walk_wild_section_specs1_wild1() 684 bool skip = !match_simple_wild (wildsec1->spec.name, sname); in walk_wild_section_specs2_wild1() 719 bool skip = !match_simple_wild (wildsec1->spec.name, sname); in walk_wild_section_specs3_wild2() 725 skip = !match_simple_wild (wildsec2->spec.name, sname); in walk_wild_section_specs3_wild2() 771 bool skip = !match_simple_wild (wildsec2->spec.name, sname); in walk_wild_section_specs4_wild2() 778 skip = !match_simple_wild (wildsec3->spec.name, sname); in walk_wild_section_specs4_wild2()
|
H A D | ChangeLog-2005 | 1319 match_simple_wild, walk_wild_section_specs1_wild0,
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlang.c | 194 match_simple_wild (const char *pattern, const char *name) in match_simple_wild() function 215 return !match_simple_wild (pattern, name); in name_match()
|
H A D | ChangeLog-2005 | 1319 match_simple_wild, walk_wild_section_specs1_wild0,
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 87212 a more generic version of match_simple_wild which needs some 87218 We retain the implementation of match_simple_wild for the filename
|