Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/makelcf/
Dcontainer.c97 tOverlayList AutoloadList = { 0, 0, 0 }; variable
162 || GetOverlay(&AutoloadList, overlayName)) in s_AddOverlay()
185 return s_AddOverlay(&AutoloadList, overlayName); in AddAutoload()
483 else if (GetOverlay(&OverlayList, staticName) || GetOverlay(&AutoloadList, staticName)) in StaticSetName()
639 && !GetOverlay(&AutoloadList, t->name)) in SET_PROPERTY()
687 return s_CheckOverlay(&AutoloadList) && s_CheckOverlay(&OverlayList); in CheckOverlay()
785 tOverlay *t = AutoloadList.head; in DumpAutoload()
Dmakelcf.h284 extern tOverlayList AutoloadList;
Dcreatelcf.c340 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
920 start = AutoloadList.head; in ForeachAutoloads()
931 start = AutoloadList.head; in ForeachAutoloads()
1215 tOverlay *t = AutoloadList.head; in IsExistAutoload()
1414 PutNumber(AutoloadList.num); in PutToken()
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dcontainer.c32 tOverlayList AutoloadList = { 0, 0, 0 }; variable
104 || GetOverlay(&AutoloadList, overlayName) in s_AddOverlay()
136 return s_AddOverlay(&AutoloadList, overlayName); in AddAutoload()
427 else if (GetOverlay(&OverlayList, staticName) || GetOverlay(&AutoloadList, staticName) in StaticSetName()
588 && !GetOverlay(&AutoloadList, t->name) in SET_PROPERTY()
638 …return s_CheckOverlay(&AutoloadList) && s_CheckOverlay(&OverlayList) && s_CheckOverlay(&Ltdautoloa… in CheckOverlay()
771 tOverlay *t = AutoloadList.head; in DumpAutoload()
Dmakelcf.h181 extern tOverlayList AutoloadList;
Dcreatelcf.c280 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
711 tOverlay *start = AutoloadList.head; in ForeachAutoloads()
1192 PutNumber(AutoloadList.num); in PutToken()