Searched refs:sectionName (Results 1 – 11 of 11) sorted by relevance
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | container.c | 326 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() argument 332 if (isSame(t->objectName, objectName) && isSame(t->sectionName, sectionName)) in GetObject() 346 t->sectionName = NULL; in AddObject() 352 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection() argument 356 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection() 360 if (!t->sectionName) in SetObjectSection() 364 if (!isNeedSection(t) && sectionName[0] == '*') in SetObjectSection() 372 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection() 374 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection() 376 sectionName); in SetObjectSection() [all …]
|
| D | makelcf.h | 147 const char *sectionName; member 252 BOOL OverlaySetObjectSection(const char *sectionName); 254 BOOL OverlaySetLibrarySection(const char *sectionName); 263 BOOL StaticSetObjectSection(const char *sectionName); 265 BOOL StaticSetLibrarySection(const char *sectionName);
|
| D | createlcf.c | 435 (isSectionWildcard(obj->sectionName) && isSectionRegular(section)) || in isObjectOK() 436 isSame(obj->sectionName, section)) in isObjectOK() 567 static BOOL PutObject(const tObject * object, const char *sectionName) in PutObject() argument 571 char modifier = GetObjectModifier(sectionName); in PutObject() 577 char *section = GetObjectSection(sectionName); in PutObject() 643 static void PutStaticObject(const char *sectionName) in PutStaticObject() argument 645 if (!PutObject(StaticObject, sectionName)) in PutStaticObject() 669 static void PutStaticLibrary(const char *sectionName) in PutStaticLibrary() argument 671 if (!PutObject(StaticLibrary, sectionName)) in PutStaticLibrary() 777 static void PutAutoloadObject(const char *sectionName) in PutAutoloadObject() argument [all …]
|
| D | tlcf.y | 201 static BOOL PushLoopStack( int id, const char* sectionName ) in PushLoopStack() argument 214 return StoreToken( id, sectionName ); in PushLoopStack()
|
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | container.c | 282 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() argument 288 if (isSame(t->objectName, objectName) && isSame(t->sectionName, sectionName)) in GetObject() 302 t->sectionName = NULL; in AddObject() 308 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection() argument 312 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection() 316 if (!t->sectionName) in SetObjectSection() 320 if (!isNeedSection(t) && sectionName[0] == '*') in SetObjectSection() 328 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection() 330 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection() 332 sectionName); in SetObjectSection() [all …]
|
| D | createlcf.c | 385 (isSectionWildcard(obj->sectionName) && isSectionRegular(section)) || in isObjectOK() 386 isSame(obj->sectionName, section)) in isObjectOK() 483 static BOOL PutObject(const tObject * object, const char *sectionName) in PutObject() argument 487 char modifier = GetObjectModifier(sectionName); in PutObject() 493 char *section = GetObjectSection(sectionName); in PutObject() 534 static void PutStaticCrt0Object(const char *sectionName) in PutStaticCrt0Object() argument 540 char* section = GetObjectSection(sectionName); in PutStaticCrt0Object() 559 static void PutStaticObject(const char *sectionName) in PutStaticObject() argument 561 if (!PutObject(StaticObject, sectionName)) in PutStaticObject() 574 static void PutStaticLibrary(const char *sectionName) in PutStaticLibrary() argument [all …]
|
| D | makelcf.h | 62 const char *sectionName; member 147 BOOL OverlaySetObjectSection(const char *sectionName); 149 BOOL OverlaySetLibrarySection(const char *sectionName); 157 BOOL StaticSetObjectSection(const char *sectionName); 159 BOOL StaticSetLibrarySection(const char *sectionName);
|
| D | tlcf.y | 131 static BOOL PushLoopStack( int id, const char* sectionName ) in PushLoopStack() argument 144 return StoreToken( id, sectionName ); in PushLoopStack()
|
| /TwlSDK-5.4/include/nitro/specfiles/2.x/ |
| D | ARM9-TEG.lcf.template | 72 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"
|
| /TwlSDK-5.4/include/nitro/specfiles/ |
| D | ARM7-TEG.lcf.template | 78 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"
|
| D | ARM9-TEG.lcf.template | 86 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"
|