Searched refs:ExportAdrEnt (Results 1 – 3 of 3) sorted by relevance
957 if( MYObject->ExportAdrEnt) { in ELi_Unlink()958 MYObject->HiddenAdrEnt = MYObject->ExportAdrEnt; in ELi_Unlink()959 MYObject->ExportAdrEnt = NULL; in ELi_Unlink()963 elFreeAdrTbl( &(MYObject->ExportAdrEnt)); in ELi_Unlink()1016 elFreeAdrTbl( &(FwdObjEnt->ExportAdrEnt)); in ELi_FreeObject()1056 MYObject->ExportAdrEnt = NULL; in ELi_InitObject()1093 elFreeAdrTbl( &(ObjEnt->ExportAdrEnt)); in elRemoveObjEntry()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()[all …]
688 elAddAdrEntry( &(MYObject->ExportAdrEnt), ExportAdrEntry); /*Registration*/ in ELi_GoPublicGlobalSym()
114 ELAdrEntry* ExportAdrEnt; /* Export information */ member