Searched refs:objectName (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.5/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() 342 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() argument 345 t->objectName = objectName; in AddObject() 370 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection() 372 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection() 374 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection() 375 sprintf(s, "OBJECT '%s (%s)' already existed. Ignored.", t->objectName, in SetObjectSection() 393 BOOL OverlayAddObject(const char *objectName, tObjectType objectType) in OverlayAddObject() argument 395 return AddObject(&CurrentOverlay->tail->objects, objectName, objectType); in OverlayAddObject() [all …]
|
| D | makelcf.h | 146 const char *objectName; 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);
|
| D | createlcf.c | 573 PutString(ResolveStringModifier(object->objectName, modifier)); in PutObject()
|
| /TwlSDK-5.5/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() 298 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() argument 301 t->objectName = objectName; in AddObject() 326 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection() 328 if (GetObject(list, t->objectName, sectionName)) in SetObjectSection() 330 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection() 331 sprintf(s, "OBJECT '%s (%s)' already existed. Ignored.", t->objectName, in SetObjectSection() 349 BOOL OverlayAddObject(const char *objectName, tObjectType objectType) in OverlayAddObject() argument 351 return AddObject(&CurrentOverlay->tail->objects, objectName, objectType); in OverlayAddObject() [all …]
|
| D | makelcf.h | 61 const char *objectName; 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);
|
| D | createlcf.c | 489 PutString(ResolveStringModifier(object->objectName, modifier)); in PutObject() 536 const char *objectName = SearchDefVal("CRT0_O"); in PutStaticCrt0Object() local 538 if(objectName) in PutStaticCrt0Object() 542 PutString(objectName); in PutStaticCrt0Object()
|