| /TwlSDK-5.4/build/tools/makelcf/ |
| D | tlcf.y | 196 tokenBuffer[tokenBufferEnd].string = str; in StoreToken() 246 char *string; member 249 %token <string> tSTRING 251 %token <string> tTARGET_NAME 256 %token <string> tSTATIC_OBJECT 257 %token <string> tSTATIC_LIBRARY 258 %token <string> tSTATIC_SEARCHSYMBOL 259 %token <string> tSTATIC_FORCE 261 %token <string> tFOREACH_STATIC_OBJECTS 262 %token <string> tFOREACH_STATIC_LIBRARIES [all …]
|
| D | tlcf.l | 328 <IFCOND1>{identifier} { BEGIN IFCOND2; tlcf_yylval.string = strdup(tlcf_yytext); RETURN(tIF_ID); … 329 <IFCOND2>{equation} { BEGIN IFCOND3; tlcf_yylval.string = strdup(tlcf_yytext); RETURN(tIF_COMP); } 330 <IFCOND3>{value} { tlcf_yylval.string = strdup(tlcf_yytext); RETURN(tIF_VALUE); } 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); } [all …]
|
| D | spec.y | 93 char* string; member 98 %token <string> tSTRING_FORCE 99 %token <string> tSECTIONNAME 100 %token <string> tSTRING_STAR 101 %token <string> tSTRING_GROUP 102 %token <string> tSTRING_FUNCTION 103 %token <string> tSTRING_ID 104 %token <string> tSTRING_QUATED 105 %token <string> tSTRING_NOSPACE 106 %type <string> gFILENAME [all …]
|
| D | spec.l | 172 spec_yylval.string = strdup("ITCM"); 177 spec_yylval.string = strdup("DTCM"); 182 spec_yylval.string = strdup("WRAM"); 187 spec_yylval.string = strdup("SMART"); 192 spec_yylval.string = strdup("EXCLUSION"); 202 spec_yylval.string = strdup(spec_yytext); 207 spec_yylval.string = getSection(); 212 spec_yylval.string = getSection(); 217 spec_yylval.string = strdup(spec_yytext); 222 spec_yylval.string = strdup(spec_yytext); [all …]
|
| D | createlcf.c | 482 section = GetObjectSection(token->string); in ForeachObjects() 483 filter = GetObjectModifier(token->string); in ForeachObjects() 518 section = GetObjectSection(token->string); in ForeachObjectsForce() 519 filter = GetObjectModifier(token->string); in ForeachObjectsForce() 917 tMemType memtype = GetMemTypeParam(token->string); in ForeachAutoloads() 1161 tMemType memtype = GetMemTypeParam(token->string); in ForeachOverlays() 1298 PutString(tokenBuffer[n].string); in PutToken() 1302 PutTargetName(tokenBuffer[n].string); in PutToken() 1314 PutStaticObject(tokenBuffer[n].string); in PutToken() 1318 PutStaticLibrary(tokenBuffer[n].string); in PutToken() [all …]
|
| D | makelcf.h | 303 const char *string; member 334 char *string; member
|
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | tlcf.y | 126 tokenBuffer[tokenBufferEnd].string = str; in StoreToken() 176 char *string; member 179 %token <string> tSTRING 181 %token <string> tFOREACH_STATIC_OBJECTS 182 %token <string> tFOREACH_STATIC_LIBRARIES 183 %token <string> tFOREACH_STATIC_SEARCHSYMBOLS 184 %token <string> tFOREACH_STATIC_FORCES 193 %token <string> tSTATIC_CRT0_OBJECT 194 %token <string> tSTATIC_OBJECT 195 %token <string> tSTATIC_LIBRARY [all …]
|
| D | spec.y | 53 char* string; member 58 %token <string> tSTRING_FORCE 59 %token <string> tSECTIONNAME 60 %token <string> tSTRING_STAR 61 %token <string> tSTRING_GROUP 62 %token <string> tSTRING_FUNCTION 63 %token <string> tSTRING_ID 64 %token <string> tSTRING_QUATED 65 %token <string> tSTRING_NOSPACE 66 %type <string> gFILENAME [all …]
|
| D | tlcf.l | 285 <IFCOND1>{identifier} { BEGIN IFCOND2; tlcf_yylval.string = strdup(tlcf_yytext); RETURN(tIF_ID); … 286 <IFCOND2>{equation} { BEGIN IFCOND3; tlcf_yylval.string = strdup(tlcf_yytext); RETURN(tIF_COMP); } 287 <IFCOND3>{value} { tlcf_yylval.string = strdup(tlcf_yytext); RETURN(tIF_VALUE); } 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); } [all …]
|
| D | spec.l | 93 spec_yylval.string = strdup("ITCM"); 98 spec_yylval.string = strdup("DTCM"); 103 spec_yylval.string = strdup("WRAM"); 108 spec_yylval.string = strdup("SMART"); 113 spec_yylval.string = strdup("EXCLUSION"); 123 spec_yylval.string = strdup(spec_yytext); 128 spec_yylval.string = getSection(); 133 spec_yylval.string = getSection(); 138 spec_yylval.string = strdup(spec_yytext); 143 spec_yylval.string = strdup(spec_yytext); [all …]
|
| D | createlcf.c | 431 section = GetObjectSection(token->string); in ForeachObjects() 432 filter = GetObjectModifier(token->string); in ForeachObjects() 462 section = GetObjectSection(token->string); in ForeachObjectsForce() 463 filter = GetObjectModifier(token->string); in ForeachObjectsForce() 845 tMemType memtype = GetMemTypeParam(token->string); in ForeachOverlays() 1085 tMemType memtype = GetMemTypeParam(token->string); in ForeachLtdoverlays() 1108 PutString(tokenBuffer[n].string); in PutToken() 1120 PutStaticCrt0Object(tokenBuffer[n].string); in PutToken() 1124 PutStaticObject(tokenBuffer[n].string); in PutToken() 1128 PutStaticLibrary(tokenBuffer[n].string); in PutToken() [all …]
|
| D | makelcf.h | 206 const char *string; member 237 char *string; member
|
| /TwlSDK-5.4/build/tools/loadrun/ |
| D | loadrun.txt | 53 -a, --abort-string=STRING 54 Specifies a termination character string. 56 --abort-string=ABORT --abort-string "ABORT" 58 …Matching checks the beginning of the displayed character string. No determination will be made unt… 59 For example, if the termination character string is “ABORT," any of the following
|
| /TwlSDK-5.4/build/tools/bin2obj/ |
| D | section.c | 20 static u32 section_add_string(Section * s, const char *string); 286 static u32 section_add_string(Section * s, const char *string) in section_add_string() argument 288 int new_size = s->size + strlen(string) + 1; in section_add_string() 298 strcpy(new_ptr + s->size, string); in section_add_string()
|
| /TwlSDK-5.4/build/demos/mb/cloneboot/src/ |
| D | disp.c | 246 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo) in ObjSetString() argument 249 for (i = 0; (string[i] != '\0') && (i < 24); i++) in ObjSetString() 251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
|
| /TwlSDK-5.4/build/demos/wvr/with_mb/common/src/ |
| D | disp.c | 246 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo) in ObjSetString() argument 249 for (i = 0; (string[i] != '\0') && (i < 24); i++) in ObjSetString() 251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
|
| /TwlSDK-5.4/build/demos/mb/multiboot-Model/common/src/ |
| D | disp.c | 246 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo) in ObjSetString() argument 249 for (i = 0; (string[i] != '\0') && (i < 24); i++) in ObjSetString() 251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
|
| /TwlSDK-5.4/build/demos/mb/fake_child/common/src/ |
| D | disp.c | 249 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo) in ObjSetString() argument 252 for (i = 0; (string[i] != '\0') && (i < 24); i++) in ObjSetString() 254 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
|
| /TwlSDK-5.4/build/demos/os/argument-1/ |
| D | Makefile | 43 ARGUMENT_STR = -b test-string -s s-option "(C) NINTENDO" -t t-option 100
|
| /TwlSDK-5.4/build/demos/mb/multiboot/src/ |
| D | dispfunc.c | 51 void ObjSetString(int startobjNo, int x, int y, char *string, int paletteNo) in ObjSetString() argument 54 for (i = 0; string[i] != 0 && i < 24; i++) in ObjSetString() 56 ObjSet(startobjNo + i, x + i * 8, y, (int)string[i], paletteNo); in ObjSetString()
|
| /TwlSDK-5.4/build/demos/mb/cloneboot/include/ |
| D | disp.h | 69 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo);
|
| /TwlSDK-5.4/build/demos/mb/fake_child/common/include/ |
| D | disp.h | 73 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo);
|
| /TwlSDK-5.4/build/demos/wvr/with_mb/common/include/ |
| D | disp.h | 70 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo);
|
| /TwlSDK-5.4/build/demos/mb/multiboot-Model/common/include/ |
| D | disp.h | 73 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo);
|
| /TwlSDK-5.4/build/demos/mb/multiboot/include/ |
| D | dispfunc.h | 64 void ObjSetString(int startobjNo, int x, int y, char *string, int paletteNo);
|