Searched refs:process (Results 1 – 8 of 8) sorted by relevance
122 u32 process; /* Cast the ELProcess type and save */ member137 u32 process; /* Cast the ELProcess type and save */ member246 void ELi_SetProcCode( ELDesc* elElfDesc, ELObject* MYObject, ELProcess process);
51 if( ElfHandle->process != EL_INITIALIZED) {226 ElfHandle->process = EL_COPIED;256 return (ElfHandle->process);
75 u16 process; /* Relocatable state */ member
125 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in EL_InitHandle()242 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in ELi_LoadLibrary()309 if( ElfHandle->process != EL_INITIALIZED) { in ELi_LoadObject()660 ElfHandle->process = EL_COPIED; in ELi_LoadObject()802 return (ElfHandle->process); in ELi_LoadObject()
261 elElfDesc->process = (u32)EL_PROC_INITIALIZED; /*Set the flag*/ in ELi_InitDesc()286 elElfDesc->process = (u32)EL_PROC_INITIALIZED; /*Set the flag*/ in ELi_ReInitDesc()536 if( elElfDesc->process != (u32)EL_PROC_INITIALIZED) { in ELi_LoadObject()885 …return( (ELProcess)(ObjEnt->process)); //Should be EL_PROC_COPIED. Is osPanic better? TODO: contin… in ELi_ResolveAllLibrary()896 …return( (ELProcess)(ObjEnt->process)); //Should be EL_PROC_COPIED. Is osPanic better? TODO: Contin… in ELi_ResolveAllLibrary()1070 MYObject->process = (u32)EL_PROC_INITIALIZED; in ELi_InitObject()1373 void ELi_SetProcCode( ELDesc* elElfDesc, ELObject* MYObject, ELProcess process) in ELi_SetProcCode() argument1376 elElfDesc->process = (u32)process; in ELi_SetProcCode()1379 MYObject->process = (u32)process; in ELi_SetProcCode()
61 u16 process; /* Relocatable state */ member
103 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in EL_InitHandle()192 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in ELi_LoadLibrary()237 if( ElfHandle->process != EL_INITIALIZED) { in ELi_LoadObject()438 return (ElfHandle->process); in ELi_LoadObject()
409 ElfHandle->process = EL_RELOCATED; in ELi_RelocateSym()