Searched refs:AutoloadList (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/tools/makelcf/ |
| D | container.c | 97 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()
|
| D | createlcf.c | 336 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()
|
| D | makelcf.h | 276 extern tOverlayList AutoloadList;
|
| /TwlSDK-5.1.0/build/tools/makelcf.TWL/ |
| D | container.c | 32 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()
|
| D | makelcf.h | 175 extern tOverlayList AutoloadList;
|
| D | createlcf.c | 274 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName() 622 tOverlay *start = AutoloadList.head; in ForeachAutoloads() 1016 PutNumber(AutoloadList.num); in PutToken()
|