Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c35 static BOOL PutObject(const tObject * object, const char *secName);
41 static BOOL isObjectOK(const tObject * obj, const char *section, char filter_type);
44 static int ForeachObjects(tObject ** ptrObject, tObject * start, int n);
54 tObject *StaticObject = NULL;
55 tObject *StaticLibrary = NULL;
56 tObject *StaticSearchSymbol = NULL;
58 tObject *AutoloadObject = NULL;
59 tObject *AutoloadLibrary = NULL;
60 tObject *AutoloadSearchSymbol = NULL;
62 tObject *OverlayObject = NULL;
[all …]
Dmakelcf.h41 struct tObject *head;
42 struct tObject *tail;
58 typedef struct tObject struct
60 struct tObject *next; argument
65 tObject; argument
Dcontainer.c267 tObject *NewObject(tObjectList * list) in NewObject()
269 tObject *t = Alloc(sizeof(tObject)); in NewObject()
281 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject()
283 tObject *t = list->head; in GetObject()
299 tObject *t = NewObject(list); in AddObject()
309 tObject *t = list->head; in SetObjectSection()
721 tObject *t = list->head; in DumpObjects()
/TwlSDK-5.1.0/build/tools/makelcf/
Dmakelcf.h126 struct tObject *head;
127 struct tObject *tail;
143 typedef struct tObject struct
145 struct tObject *next; argument
150 tObject; typedef
Dcreatelcf.c105 static BOOL PutObject(const tObject * object, const char *secName);
111 static BOOL isObjectOK(const tObject * obj, const char *section, char filter_type);
114 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus * fep, int n);
124 tObject *StaticObject = NULL;
125 tObject *StaticLibrary = NULL;
126 tObject *StaticSearchSymbol = NULL;
128 tObject *AutoloadObject = NULL;
129 tObject *AutoloadLibrary = NULL;
130 tObject *AutoloadSearchSymbol = NULL;
132 tObject *OverlayObject = NULL;
[all …]
Dcontainer.c311 tObject *NewObject(tObjectList * list) in NewObject()
313 tObject *t = Alloc(sizeof(tObject)); in NewObject()
325 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject()
327 tObject *t = list->head; in GetObject()
343 tObject *t = NewObject(list); in AddObject()
353 tObject *t = list->head; in SetObjectSection()
735 tObject *t = list->head; in DumpObjects()