Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/ld/
H A Ddeffilep.y86 static void def_section (const char *, int);
128 | CODE attr_list { def_section ("CODE", $2);}
129 | DATAU attr_list { def_section ("DATA", $2);}
189 ID attr_list { def_section ($1, $2);}
711 def_section (const char *name, int attr) in def_section() function
768 def_section (name, aval); in def_section_alt()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddlltool.h33 extern void def_section (const char *, int);
H A Ddefparse.y96 ID attr_list { def_section ($1,$2);}
H A Ddlltool.c1135 def_section (const char *name, int attr) in def_section() function
1158 def_section ("CODE", attr); in def_code()
1164 def_section ("DATA", attr); in def_data()