Searched refs:def_section (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | deffilep.y | 86 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 D | dlltool.h | 33 extern void def_section (const char *, int);
|
| H A D | defparse.y | 96 ID attr_list { def_section ($1,$2);}
|
| H A D | dlltool.c | 1135 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()
|