Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.5/build/tools/makelcf/
Dcontainer.c326 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 …]
Dmakelcf.h147 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);
Dcreatelcf.c435 (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 …]
Dtlcf.y201 static BOOL PushLoopStack( int id, const char* sectionName ) in PushLoopStack() argument
214 return StoreToken( id, sectionName ); in PushLoopStack()
/TwlSDK-5.5/build/tools/makelcf.TWL/
Dcontainer.c282 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 …]
Dcreatelcf.c385 (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 …]
Dmakelcf.h62 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);
Dtlcf.y131 static BOOL PushLoopStack( int id, const char* sectionName ) in PushLoopStack() argument
144 return StoreToken( id, sectionName ); in PushLoopStack()
/TwlSDK-5.5/include/nitro/specfiles/2.x/
DARM9-TEG.lcf.template72 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"
/TwlSDK-5.5/include/nitro/specfiles/
DARM7-TEG.lcf.template78 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"
DARM9-TEG.lcf.template86 # Support for section filter "FOREACH.STATIC.OBJECTS=.sectionName"