Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/makelcf/
Dtlcf.l152 static char* getSection( const char* default_section ) in getSection() function
335 {TARGET_NAME} { tlcf_yylval.string = getSection(NULL); RETURN(tTARGET_NAME); }
342 {STATIC_OBJ} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_OBJECT); }
343 {FOR_STATIC_OBJS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
344 {FOR_STATIC_OBJS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
347 {IF_STATIC_OBJ_FIRST} { tlcf_yylval.string = getSection(NULL); RETURN(tIF_STATIC_OBJECT_FIRST); }
348 {IF_STATIC_OBJ_LAST} { tlcf_yylval.string = getSection(NULL); RETURN(tIF_STATIC_OBJECT_LAST); }
350 {STATIC_LIB} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_LIBRARY); }
351 {FOR_STATIC_LIBS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
352 {FOR_STATIC_LIBS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
[all …]
Dspec.l112 static char* getSection( void );
207 spec_yylval.string = getSection();
212 spec_yylval.string = getSection();
272 static char* getSection( void )
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dtlcf.l39 static char* getSection( const char* default_section ) in getSection() function
297 {STATIC_CRT0_OBJ} { tlcf_yylval.string = getSection("=*"); RETURN(tSTATIC_CRT0_OBJECT); }
299 {STATIC_OBJ} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_OBJECT); }
300 {FOR_STATIC_OBJS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
301 {FOR_STATIC_OBJS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_OBJECTS); }
305 {STATIC_LIB} { tlcf_yylval.string = getSection(NULL); RETURN(tSTATIC_LIBRARY); }
306 {FOR_STATIC_LIBS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
307 {FOR_STATIC_LIBS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_STATIC_LIBRARIES); }
328 {FOR_AUTOLOADS_1} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_AUTOLOADS); }
329 {FOR_AUTOLOADS_2} { tlcf_yylval.string = getSection("=*"); RETURN(tFOREACH_AUTOLOADS); }
[all …]
Dspec.l27 static char* getSection( void );
128 spec_yylval.string = getSection();
133 spec_yylval.string = getSection();
193 static char* getSection( void )