Searched refs:ALIGNMOD (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h107 ALIGNMOD = 333, enumerator in enum:yytokentype
224 #define ALIGNMOD 333 macro
H A Dldlex.l324 <MRI>"ALIGNMOD" { RTOKEN(ALIGNMOD);}
341 <MRI>"alignmod" { RTOKEN(ALIGNMOD);}
H A Dldgram.y145 %token ALIGNMOD AT SUBALIGN PROVIDE PROVIDE_HIDDEN AS_NEEDED
229 | ALIGNMOD NAME '=' exp
231 | ALIGNMOD NAME ',' exp
H A Dldgram.c134 ALIGNMOD = 333, enumerator in enum:yytokentype
251 #define ALIGNMOD 333 macro
834 "CONSTRUCTORS", "ALIGNMOD", "AT", "SUBALIGN", "PROVIDE",
H A Dldlex.c2363 { RTOKEN(ALIGNMOD);} variable
2448 { RTOKEN(ALIGNMOD);} variable
/haiku-buildtools/binutils/ld/
H A Dldgram.h131 ALIGNMOD = 341, enumerator in enum:yytokentype
263 #define ALIGNMOD 341 macro
H A Dldgram.y147 %token ALIGNMOD AT SUBALIGN HIDDEN PROVIDE PROVIDE_HIDDEN AS_NEEDED
234 | ALIGNMOD NAME '=' exp
236 | ALIGNMOD NAME ',' exp
H A Dldlex.l332 <MRI>"ALIGNMOD" { RTOKEN(ALIGNMOD);}
349 <MRI>"alignmod" { RTOKEN(ALIGNMOD);}
H A Dldgram.c222 ALIGNMOD = 341, enumerator in enum:yytokentype
354 #define ALIGNMOD 341 macro
805 "ALIGNMOD", "AT", "SUBALIGN", "HIDDEN", "PROVIDE", "PROVIDE_HIDDEN",
H A Dldlex.c2831 { RTOKEN(ALIGNMOD);} variable
2916 { RTOKEN(ALIGNMOD);} variable

Completed in 114 milliseconds