Searched refs:tObject (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | createlcf.c | 35 static BOOL PutObject(const tObject * object, const char *secName); 43 static BOOL isObjectOK(const tObject * obj, const char *section, char filter_type); 46 static int ForeachObjects(tObject ** ptrObject, tObject * start, int n); 55 tObject *StaticObject = NULL; 56 tObject *StaticLibrary = NULL; 57 tObject *StaticSearchSymbol = NULL; 58 tObject *StaticForce = NULL; 60 tObject *AutoloadObject = NULL; 61 tObject *AutoloadLibrary = NULL; 62 tObject *AutoloadSearchSymbol = NULL; [all …]
|
| D | makelcf.h | 41 struct tObject *head; 42 struct tObject *tail; 58 typedef struct tObject struct 60 struct tObject *next; argument 65 tObject; typedef
|
| D | container.c | 268 tObject *NewObject(tObjectList * list) in NewObject() 270 tObject *t = Alloc(sizeof(tObject)); in NewObject() 282 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() 284 tObject *t = list->head; in GetObject() 300 tObject *t = NewObject(list); in AddObject() 310 tObject *t = list->head; in SetObjectSection() 759 tObject *t = list->head; in DumpObjects()
|
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | makelcf.h | 126 struct tObject *head; 127 struct tObject *tail; 143 typedef struct tObject struct 145 struct tObject *next; argument 150 tObject; argument
|
| D | createlcf.c | 105 static BOOL PutObject(const tObject * object, const char *secName); 112 static BOOL isObjectOK(const tObject * obj, const char *section, char filter_type); 115 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus * fep, int n); 125 tObject *StaticObject = NULL; 126 tObject *StaticLibrary = NULL; 127 tObject *StaticSearchSymbol = NULL; 128 tObject *StaticForce = NULL; 130 tObject *AutoloadObject = NULL; 131 tObject *AutoloadLibrary = NULL; 132 tObject *AutoloadSearchSymbol = NULL; [all …]
|
| D | container.c | 312 tObject *NewObject(tObjectList * list) in NewObject() 314 tObject *t = Alloc(sizeof(tObject)); in NewObject() 326 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() 328 tObject *t = list->head; in GetObject() 344 tObject *t = NewObject(list); in AddObject() 354 tObject *t = list->head; in SetObjectSection() 773 tObject *t = list->head; in DumpObjects()
|