Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelcf/
Dcontainer.c97 tOverlayList AutoloadList = { 0, 0, 0 }; variable
162 || GetOverlay(&AutoloadList, overlayName)) in s_AddOverlay()
184 return s_AddOverlay(&AutoloadList, overlayName); in AddAutoload()
455 else if (GetOverlay(&OverlayList, staticName) || GetOverlay(&AutoloadList, staticName)) in StaticSetName()
601 && !GetOverlay(&AutoloadList, t->name)) in SET_PROPERTY()
649 return s_CheckOverlay(&AutoloadList) && s_CheckOverlay(&OverlayList); in CheckOverlay()
747 tOverlay *t = AutoloadList.head; in DumpAutoload()
Dcreatelcf.c336 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
822 start = AutoloadList.head; in ForeachAutoloads()
833 start = AutoloadList.head; in ForeachAutoloads()
1070 tOverlay *t = AutoloadList.head; in IsExistAutoload()
1249 PutNumber(AutoloadList.num); in PutToken()
Dmakelcf.h276 extern tOverlayList AutoloadList;
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcontainer.c32 tOverlayList AutoloadList = { 0, 0, 0 }; variable
104 || GetOverlay(&AutoloadList, overlayName) in s_AddOverlay()
135 return s_AddOverlay(&AutoloadList, overlayName); in AddAutoload()
399 else if (GetOverlay(&OverlayList, staticName) || GetOverlay(&AutoloadList, staticName) in StaticSetName()
550 && !GetOverlay(&AutoloadList, t->name) in SET_PROPERTY()
600 …return s_CheckOverlay(&AutoloadList) && s_CheckOverlay(&OverlayList) && s_CheckOverlay(&Ltdautoloa… in CheckOverlay()
733 tOverlay *t = AutoloadList.head; in DumpAutoload()
Dmakelcf.h175 extern tOverlayList AutoloadList;
Dcreatelcf.c274 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
622 tOverlay *start = AutoloadList.head; in ForeachAutoloads()
1016 PutNumber(AutoloadList.num); in PutToken()