Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c266 elElfDesc->ELStaticObj = NULL; in ELi_InitDesc()
858 if( (ObjEnt == NULL)||((ObjEnt == elElfDesc->ELStaticObj)&&(ObjEnt->next == NULL))) { in ELi_ResolveAllLibrary()
1184 if( elElfDesc->ELStaticObj == NULL) { in ELi_Export()
1185 elElfDesc->ELStaticObj = (ELObject*)ELi_Malloc( elElfDesc, NULL, sizeof( ELObject)); in ELi_Export()
1186 if(elElfDesc->ELStaticObj == NULL) { in ELi_Export()
1189 ELi_InitObject( elElfDesc->ELStaticObj); in ELi_Export()
1190 elAddObjEntry( &(elElfDesc->ELObjectStart), elElfDesc->ELStaticObj); in ELi_Export()
1193 if( !(elElfDesc->ELStaticObj->ExportAdrEnt)) { in ELi_Export()
1194 elElfDesc->ELStaticObj->ExportAdrEnt = (ELAdrEntry*)AdrEnt; in ELi_Export()
1196 DmyAdrEnt.next = (ELAdrEntry*)elElfDesc->ELStaticObj->ExportAdrEnt; in ELi_Export()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf_loader.h159 ELObject* ELStaticObj; /* Pointer to the static structure connected to the linked list */ member