Searched refs:ExportAdrEnt (Results 1 – 3 of 3) sorted by relevance
951 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 …]
652 elAddAdrEntry( &(MYObject->ExportAdrEnt), ExportAdrEntry); /*registration*/ in ELi_GoPublicGlobalSym()
114 ELAdrEntry* ExportAdrEnt; /* Export information */ member