Searched refs:StoreToken (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | tlcf.y | 185 static BOOL StoreToken( int id, const char *str ) in StoreToken() function 214 return StoreToken( id, sectionName ); in PushLoopStack() 372 token : tSTRING { if (!StoreToken( tSTRING, $1 )) YYABORT; } 373 | tTARGET_NAME { if (!StoreToken( tTARGET_NAME, $1 )) YYABORT; } 374 | tSTATIC_NAME { if (!StoreToken( tSTATIC_NAME, NULL )) YYABORT; } 375 | tSTATIC_ADDRESS { if (!StoreToken( tSTATIC_ADDRESS, NULL )) YYABORT; } 376 | tSTATIC_OBJECT { if (!StoreToken( tSTATIC_OBJECT, $1 )) YYABORT; } 377 | tSTATIC_LIBRARY { if (!StoreToken( tSTATIC_LIBRARY, $1 )) YYABORT; } 378 | tSTATIC_SEARCHSYMBOL { if (!StoreToken( tSTATIC_SEARCHSYMBOL, $1 )) YYABORT; } 379 | tSTATIC_FORCE { if (!StoreToken( tSTATIC_FORCE, $1 )) YYABORT; } [all …]
|
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | tlcf.y | 115 static BOOL StoreToken( int id, const char *str ) in StoreToken() function 144 return StoreToken( id, sectionName ); in PushLoopStack() 307 token : tSTRING { if (!StoreToken( tSTRING, $1 )) YYABORT; } 308 | tSTATIC_CRT0_OBJECT { if (!StoreToken( tSTATIC_CRT0_OBJECT, $1 )) YYABORT; } 309 | tSTATIC_NAME { if (!StoreToken( tSTATIC_NAME, NULL )) YYABORT; } 310 | tSTATIC_ADDRESS { if (!StoreToken( tSTATIC_ADDRESS, NULL )) YYABORT; } 311 | tSTATIC_OBJECT { if (!StoreToken( tSTATIC_OBJECT, $1 )) YYABORT; } 312 | tSTATIC_LIBRARY { if (!StoreToken( tSTATIC_LIBRARY, $1 )) YYABORT; } 313 | tSTATIC_SEARCHSYMBOL { if (!StoreToken( tSTATIC_SEARCHSYMBOL, $1 )) YYABORT; } 314 | tSTATIC_FORCE { if (!StoreToken( tSTATIC_FORCE, $1 )) YYABORT; } [all …]
|