Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c951 if( MYObject->ExportAdrEnt) { in ELi_Unlink()
952 MYObject->HiddenAdrEnt = MYObject->ExportAdrEnt; in ELi_Unlink()
953 MYObject->ExportAdrEnt = NULL; in ELi_Unlink()
957 elFreeAdrTbl( &(MYObject->ExportAdrEnt)); in ELi_Unlink()
1010 elFreeAdrTbl( &(FwdObjEnt->ExportAdrEnt)); in ELi_FreeObject()
1050 MYObject->ExportAdrEnt = NULL; in ELi_InitObject()
1087 elFreeAdrTbl( &(ObjEnt->ExportAdrEnt)); in elRemoveObjEntry()
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()
[all …]
Dloader_subset.c652 elAddAdrEntry( &(MYObject->ExportAdrEnt), ExportAdrEntry); /*registration*/ in ELi_GoPublicGlobalSym()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf_loader.h114 ELAdrEntry* ExportAdrEnt; /* Export information */ member