Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldscript.y222 $$->val.section.input->val.section->filemask = NULL;
273 $$->filemask = $1;
Dld.h513 const char *filemask; member
Dldscript.c1363 yyval.output_rule->val.section.input->val.section->filemask = NULL;
1430 yyval.filemask_section_name->filemask = yyvsp[-4].str;
Dldgeneric.c2660 || (sectmask->filemask != NULL in match_section()
2661 && fnmatch (sectmask->filemask, brfname, 0) != 0) in match_section()