Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c1215 ELImportEntry* CurrentImpEnt; local
1218 CurrentImpEnt = (*ELImpEntStart);
1219 if( CurrentImpEnt) {
1221 FwdImpEnt = CurrentImpEnt;
1222 CurrentImpEnt = CurrentImpEnt->next;
1225 }while( CurrentImpEnt != NULL);