Home | History | Annotate | Download | only in ld

Lines Matching refs:def_section

97 static void def_section (const char *, int);
148 | CODE attr_list { def_section ("CODE", $2);}
149 | DATAU attr_list { def_section ("DATA", $2);}
216 ID attr_list { def_section ($1, $2);}
1027 def_section (const char *name, int attr)
1084 def_section (name, aval);