Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/tools/makelcf.TWL/
Dmakelcf.h27 struct tAfter *head;
28 struct tAfter *tail;
32 typedef struct tAfter struct
34 struct tAfter *next; argument
37 tAfter; typedef
Dcontainer.c207 static tAfter *NewAfter(tAfterList * list) in NewAfter()
209 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()
221 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter()
223 tAfter *t = list->head; in GetAfter()
245 tAfter *t = NewAfter(list); in AddAfter()
545 tAfter *t = list->head; in SET_PROPERTY()
709 tAfter *t = list->head; in DumpAfters()
Dcreatelcf.c299 tAfter *after; in RecgSectionMemTypeByName()
483 tAfter *t = overlay->afters.head; in PutSectionAddress()
/TwlSDK-5.2.1/build/tools/makelcf/
Dmakelcf.h112 struct tAfter *head;
113 struct tAfter *tail;
117 typedef struct tAfter struct
119 struct tAfter *next; argument
122 tAfter; typedef
Dcontainer.c251 static tAfter *NewAfter(tAfterList * list) in NewAfter()
253 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()
265 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter()
267 tAfter *t = list->head; in GetAfter()
289 tAfter *t = NewAfter(list); in AddAfter()
596 tAfter *t = list->head; in SET_PROPERTY()
723 tAfter *t = list->head; in DumpAfters()
Dcreatelcf.c351 tAfter *after; in RecgSectionMemTypeByName()
563 tAfter *t = overlay->afters.head; in PutSectionAddress()