Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c1179 ELImportEntry* CurrentImpEnt; local
1182 CurrentImpEnt = (*ELImpEntStart);
1183 if( CurrentImpEnt) {
1185 FwdImpEnt = CurrentImpEnt;
1186 CurrentImpEnt = CurrentImpEnt->next;
1189 }while( CurrentImpEnt != NULL);