Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelcf/
Dtlcf.l152 static char* getSection( const char* default_section ) in getSection() function
305 {TARGET_NAME} { tlcf_yylval.string = getSection(NULL); RETURN(tTARGET_NAME); }
312 {STATIC_OBJ} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_OBJECT); }
313 {FOR_STATIC_OBJS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
314 {FOR_STATIC_OBJS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
317 {IF_STATIC_OBJ_FIRST} { tlcf_yylval.string = getSection(NULL); RETURN(tIF_STATIC_OBJECT_FIRST); }
318 {IF_STATIC_OBJ_LAST} { tlcf_yylval.string = getSection(NULL); RETURN(tIF_STATIC_OBJECT_LAST); }
320 {STATIC_LIB} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_LIBRARY); }
321 {FOR_STATIC_LIBS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
322 {FOR_STATIC_LIBS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
[all …]
Dspec.l112 static char* getSection( void );
190 spec_yylval.string = getSection();
195 spec_yylval.string = getSection();
255 static char* getSection( void )
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dtlcf.l39 static char* getSection( const char* default_section ) in getSection() function
255 {STATIC_OBJ} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_OBJECT); }
256 {FOR_STATIC_OBJS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
257 {FOR_STATIC_OBJS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
261 {STATIC_LIB} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_LIBRARY); }
262 {FOR_STATIC_LIBS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
263 {FOR_STATIC_LIBS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
278 {FOR_AUTOLOADS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_AUTOLOADS); }
279 {FOR_AUTOLOADS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_AUTOLOADS); }
283 {AUTOLOAD_OBJ} { tlcf_yylval.string = getSection(NULL); RETURN(tAUTOLOAD_OBJECT); }
[all …]
Dspec.l27 static char* getSection( void );
111 spec_yylval.string = getSection();
116 spec_yylval.string = getSection();
176 static char* getSection( void )