Searched refs:AS_NEEDED (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.h127 AS_NEEDED = 343, enumerator in enum:yytokentype
252 #define AS_NEEDED 343 macro
H A Dldgram.y144 %token ALIGNMOD AT SUBALIGN PROVIDE PROVIDE_HIDDEN AS_NEEDED
383 | AS_NEEDED '('
387 | input_list ',' AS_NEEDED '('
391 | input_list AS_NEEDED '('
H A Dldgram.c154 AS_NEEDED = 343, enumerator in enum:yytokentype
279 #define AS_NEEDED 343 macro
935 "PROVIDE_HIDDEN", "AS_NEEDED", "CHIP", "LIST", "SECT", "ABSOLUTE",
H A Dldlex.l273 <EXPRESSION,BOTH,SCRIPT>"AS_NEEDED" { RTOKEN(AS_NEEDED);}
H A Dldlex.c2405 { RTOKEN(AS_NEEDED);} variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dyyscript.y118 %token AS_NEEDED
328 | AS_NEEDED
H A Dscript.cc1676 { "AS_NEEDED", AS_NEEDED },
2673 // Called by the bison parser to start an AS_NEEDED list.
2682 // Called by the bison parser at the end of an AS_NEEDED list.

Completed in 202 milliseconds