Searched refs:sectionName (Results 1 – 11 of 11) sorted by relevance
| /TwlSDK-5.1.0/build/tools/makelcf/ |
| D | container.c | 325 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() argument 331 if (isSame(t->objectName, objectName) && isSame(t->sectionName, sectionName)) in GetObject() 345 t->sectionName = NULL; in AddObject() 351 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection() argument 355 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection() 359 if (!t->sectionName) in SetObjectSection() 363 if (!isNeedSection(t) && sectionName[0] == '*') in SetObjectSection() 371 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection() 373 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection() 375 sectionName); in SetObjectSection() [all …]
|
| D | makelcf.h | 147 const char *sectionName; member 247 BOOL OverlaySetObjectSection(const char *sectionName); 249 BOOL OverlaySetLibrarySection(const char *sectionName); 256 BOOL StaticSetObjectSection(const char *sectionName); 258 BOOL StaticSetLibrarySection(const char *sectionName);
|
| D | createlcf.c | 431 (isSectionWildcard(obj->sectionName) && isSectionRegular(section)) || in isObjectOK() 432 isSame(obj->sectionName, section)) in isObjectOK() 529 static BOOL PutObject(const tObject * object, const char *sectionName) in PutObject() argument 533 char modifier = GetObjectModifier(sectionName); in PutObject() 539 char *section = GetObjectSection(sectionName); in PutObject() 605 static void PutStaticObject(const char *sectionName) in PutStaticObject() argument 607 if (!PutObject(StaticObject, sectionName)) in PutStaticObject() 631 static void PutStaticLibrary(const char *sectionName) in PutStaticLibrary() argument 633 if (!PutObject(StaticLibrary, sectionName)) in PutStaticLibrary() 713 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.1.0/build/tools/makelcf.TWL/ |
| D | container.c | 281 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() argument 287 if (isSame(t->objectName, objectName) && isSame(t->sectionName, sectionName)) in GetObject() 301 t->sectionName = NULL; in AddObject() 307 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection() argument 311 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection() 315 if (!t->sectionName) in SetObjectSection() 319 if (!isNeedSection(t) && sectionName[0] == '*') in SetObjectSection() 327 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection() 329 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection() 331 sectionName); in SetObjectSection() [all …]
|
| D | createlcf.c | 379 (isSectionWildcard(obj->sectionName) && isSectionRegular(section)) || in isObjectOK() 380 isSame(obj->sectionName, section)) in isObjectOK() 449 static BOOL PutObject(const tObject * object, const char *sectionName) in PutObject() argument 453 char modifier = GetObjectModifier(sectionName); in PutObject() 459 char *section = GetObjectSection(sectionName); in PutObject() 500 static void PutStaticObject(const char *sectionName) in PutStaticObject() argument 502 if (!PutObject(StaticObject, sectionName)) in PutStaticObject() 515 static void PutStaticLibrary(const char *sectionName) in PutStaticLibrary() argument 517 if (!PutObject(StaticLibrary, sectionName)) in PutStaticLibrary() 575 static void PutAutoloadObject(const char *sectionName) in PutAutoloadObject() argument [all …]
|
| D | makelcf.h | 62 const char *sectionName; member 144 BOOL OverlaySetObjectSection(const char *sectionName); 146 BOOL OverlaySetLibrarySection(const char *sectionName); 152 BOOL StaticSetObjectSection(const char *sectionName); 154 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.1.0/include/nitro/specfiles/2.x/ |
| D | ARM9-TEG.lcf.template | 72 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"
|
| /TwlSDK-5.1.0/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"
|