Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/build/tools/makelcf/
Dmakelcf.h141 #define isNeedSection(obj) ((obj)->objectType != OBJTYPE_OBJECT)
148 tObjectType objectType; member
251 BOOL OverlayAddObject(const char *objectName, tObjectType objectType);
253 BOOL OverlayAddLibrary(const char *objectName, tObjectType objectType);
262 BOOL StaticAddObject(const char *objectName, tObjectType objectType);
264 BOOL StaticAddLibrary(const char *objectName, tObjectType objectType);
Dcontainer.c342 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() argument
347 t->objectType = objectType; in AddObject()
393 BOOL OverlayAddObject(const char *objectName, tObjectType objectType) in OverlayAddObject() argument
395 return AddObject(&CurrentOverlay->tail->objects, objectName, objectType); in OverlayAddObject()
409 BOOL OverlayAddLibrary(const char *objectName, tObjectType objectType) in OverlayAddLibrary() argument
411 return AddObject(&CurrentOverlay->tail->libraries, objectName, objectType); in OverlayAddLibrary()
520 BOOL StaticAddObject(const char *objectName, tObjectType objectType) in StaticAddObject() argument
522 return AddObject(&Static.objects, objectName, objectType); in StaticAddObject()
536 BOOL StaticAddLibrary(const char *objectName, tObjectType objectType) in StaticAddLibrary() argument
538 return AddObject(&Static.libraries, objectName, objectType); in StaticAddLibrary()
Dcreatelcf.c441 if (obj->objectType == OBJTYPE_FILE) in isObjectOK()
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dmakelcf.h56 #define isNeedSection(obj) ((obj)->objectType != OBJTYPE_OBJECT)
63 tObjectType objectType; member
146 BOOL OverlayAddObject(const char *objectName, tObjectType objectType);
148 BOOL OverlayAddLibrary(const char *objectName, tObjectType objectType);
156 BOOL StaticAddObject(const char *objectName, tObjectType objectType);
158 BOOL StaticAddLibrary(const char *objectName, tObjectType objectType);
Dcontainer.c298 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() argument
303 t->objectType = objectType; in AddObject()
349 BOOL OverlayAddObject(const char *objectName, tObjectType objectType) in OverlayAddObject() argument
351 return AddObject(&CurrentOverlay->tail->objects, objectName, objectType); in OverlayAddObject()
365 BOOL OverlayAddLibrary(const char *objectName, tObjectType objectType) in OverlayAddLibrary() argument
367 return AddObject(&CurrentOverlay->tail->libraries, objectName, objectType); in OverlayAddLibrary()
465 BOOL StaticAddObject(const char *objectName, tObjectType objectType) in StaticAddObject() argument
467 return AddObject(&Static.objects, objectName, objectType); in StaticAddObject()
481 BOOL StaticAddLibrary(const char *objectName, tObjectType objectType) in StaticAddLibrary() argument
483 return AddObject(&Static.libraries, objectName, objectType); in StaticAddLibrary()
Dcreatelcf.c391 if (obj->objectType == OBJTYPE_FILE) in isObjectOK()