Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/makelcf/
Dmakelcf.h112 struct tAfter *head;
113 struct tAfter *tail;
117 typedef struct tAfter struct
119 struct tAfter *next; argument
122 tAfter; argument
Dcontainer.c252 static tAfter *NewAfter(tAfterList * list) in NewAfter()
254 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()
266 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter()
268 tAfter *t = list->head; in GetAfter()
290 tAfter *t = NewAfter(list); in AddAfter()
634 tAfter *t = list->head; in SET_PROPERTY()
761 tAfter *t = list->head; in DumpAfters()
Dcreatelcf.c355 tAfter *after; in RecgSectionMemTypeByName()
601 tAfter *t = overlay->afters.head; in PutSectionAddress()
/TwlSDK-5.5/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.c208 static tAfter *NewAfter(tAfterList * list) in NewAfter()
210 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()
222 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter()
224 tAfter *t = list->head; in GetAfter()
246 tAfter *t = NewAfter(list); in AddAfter()
583 tAfter *t = list->head; in SET_PROPERTY()
747 tAfter *t = list->head; in DumpAfters()
Dcreatelcf.c305 tAfter *after; in RecgSectionMemTypeByName()
517 tAfter *t = overlay->afters.head; in PutSectionAddress()