Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelcf/
Dcontainer.c325 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()
341 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() argument
344 t->objectName = objectName; in AddObject()
369 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection()
371 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection()
373 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection()
374 sprintf(s, "OBJECT '%s (%s)' already existed. Ignored.", t->objectName, in SetObjectSection()
392 BOOL OverlayAddObject(const char *objectName, tObjectType objectType) in OverlayAddObject() argument
394 return AddObject(&CurrentOverlay->tail->objects, objectName, objectType); in OverlayAddObject()
[all …]
Dmakelcf.h146 const char *objectName; member
246 BOOL OverlayAddObject(const char *objectName, tObjectType objectType);
248 BOOL OverlayAddLibrary(const char *objectName, tObjectType objectType);
255 BOOL StaticAddObject(const char *objectName, tObjectType objectType);
257 BOOL StaticAddLibrary(const char *objectName, tObjectType objectType);
Dcreatelcf.c535 PutString(ResolveStringModifier(object->objectName, modifier)); in PutObject()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcontainer.c281 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()
297 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() argument
300 t->objectName = objectName; in AddObject()
325 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection()
327 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection()
329 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection()
330 sprintf(s, "OBJECT '%s (%s)' already existed. Ignored.", t->objectName, in SetObjectSection()
348 BOOL OverlayAddObject(const char *objectName, tObjectType objectType) in OverlayAddObject() argument
350 return AddObject(&CurrentOverlay->tail->objects, objectName, objectType); in OverlayAddObject()
[all …]
Dmakelcf.h61 const char *objectName; member
143 BOOL OverlayAddObject(const char *objectName, tObjectType objectType);
145 BOOL OverlayAddLibrary(const char *objectName, tObjectType objectType);
151 BOOL StaticAddObject(const char *objectName, tObjectType objectType);
153 BOOL StaticAddLibrary(const char *objectName, tObjectType objectType);
Dcreatelcf.c455 PutString(ResolveStringModifier(object->objectName, modifier)); in PutObject()