Home
last modified time | relevance | path

Searched refs:filemask_section_name (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dldscript.y69 struct filemask_section_name *filemask_section_name; member
116 %type <filemask_section_name> sectionname
229 (struct filemask_section_name *)
231 sizeof (struct filemask_section_name));
281 $$ = (struct filemask_section_name *)
Dld.h533 struct filemask_section_name struct
563 struct filemask_section_name *section;
Dldgeneric.c2820 match_section (const char *osectname, struct filemask_section_name *sectmask, in match_section()