Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/el/common/src/
Delf_loader.c266 elElfDesc->ELStaticObj = NULL; in ELi_InitDesc()
864 if( (ObjEnt == NULL)||((ObjEnt == elElfDesc->ELStaticObj)&&(ObjEnt->next == NULL))) { in ELi_ResolveAllLibrary()
1190 if( elElfDesc->ELStaticObj == NULL) { in ELi_Export()
1191 elElfDesc->ELStaticObj = (ELObject*)ELi_Malloc( elElfDesc, NULL, sizeof( ELObject)); in ELi_Export()
1192 if(elElfDesc->ELStaticObj == NULL) { in ELi_Export()
1195 ELi_InitObject( elElfDesc->ELStaticObj); in ELi_Export()
1196 elAddObjEntry( &(elElfDesc->ELObjectStart), elElfDesc->ELStaticObj); in ELi_Export()
1199 if( !(elElfDesc->ELStaticObj->ExportAdrEnt)) { in ELi_Export()
1200 elElfDesc->ELStaticObj->ExportAdrEnt = (ELAdrEntry*)AdrEnt; in ELi_Export()
1202 DmyAdrEnt.next = (ELAdrEntry*)elElfDesc->ELStaticObj->ExportAdrEnt; in ELi_Export()
/TwlSDK-5.3.1/build/libraries/el/common/include/
Delf_loader.h159 ELObject* ELStaticObj; /* Pointer to the static structure connected to the linked list */ member