Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c1164 ELImportEntry* CurImpEnt; local
1167 CurImpEnt = &DmyImpEnt;
1169 while( CurImpEnt->next != ImpEnt) {
1170 if( CurImpEnt->next == NULL) {
1173 CurImpEnt = (ELImportEntry*)CurImpEnt->next;
1178 CurImpEnt->next = ImpEnt->next;