Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c1128 ELImportEntry* CurImpEnt; local
1131 CurImpEnt = &DmyImpEnt;
1133 while( CurImpEnt->next != ImpEnt) {
1134 if( CurImpEnt->next == NULL) {
1137 CurImpEnt = (ELImportEntry*)CurImpEnt->next;
1142 CurImpEnt->next = ImpEnt->next;