Searched refs:AutoloadList (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | container.c | 97 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()
|
| D | makelcf.h | 284 extern tOverlayList AutoloadList;
|
| D | createlcf.c | 340 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/ |
| D | container.c | 32 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()
|
| D | makelcf.h | 181 extern tOverlayList AutoloadList;
|
| D | createlcf.c | 280 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName() 711 tOverlay *start = AutoloadList.head; in ForeachAutoloads() 1192 PutNumber(AutoloadList.num); in PutToken()
|