Searched refs:ExportAdrEnt (Results 1 – 3 of 3) sorted by relevance
963 if( MYObject->ExportAdrEnt) { in ELi_Unlink()964 MYObject->HiddenAdrEnt = MYObject->ExportAdrEnt; in ELi_Unlink()965 MYObject->ExportAdrEnt = NULL; in ELi_Unlink()969 elFreeAdrTbl( &(MYObject->ExportAdrEnt)); in ELi_Unlink()1022 elFreeAdrTbl( &(FwdObjEnt->ExportAdrEnt)); in ELi_FreeObject()1062 MYObject->ExportAdrEnt = NULL; in ELi_InitObject()1099 elFreeAdrTbl( &(ObjEnt->ExportAdrEnt)); in elRemoveObjEntry()1205 if( !(elElfDesc->ELStaticObj->ExportAdrEnt)) { in ELi_Export()1206 elElfDesc->ELStaticObj->ExportAdrEnt = (ELAdrEntry*)AdrEnt; in ELi_Export()1208 DmyAdrEnt.next = (ELAdrEntry*)elElfDesc->ELStaticObj->ExportAdrEnt; in ELi_Export()[all …]
688 elAddAdrEntry( &(MYObject->ExportAdrEnt), ExportAdrEntry); /*Registration*/ in ELi_GoPublicGlobalSym()
114 ELAdrEntry* ExportAdrEnt; /* Export information */ member