Searched refs:process (Results 1 – 8 of 8) sorted by relevance
122 u32 process; /* Casted and saved ELProcess type */ 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()241 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in ELi_LoadLibrary()303 if( ElfHandle->process != EL_INITIALIZED) { in ELi_LoadObject()654 ElfHandle->process = EL_COPIED; in ELi_LoadObject()796 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()524 if( elElfDesc->process != (u32)EL_PROC_INITIALIZED) { in ELi_LoadObject()873 …return( (ELProcess)(ObjEnt->process)); //Should be EL_PROC_COPIED Is osPanic better? TODO: continu… in ELi_ResolveAllLibrary()884 …return( (ELProcess)(ObjEnt->process)); //Should be EL_PROC_COPIED Is osPanic better? TODO: Continu… in ELi_ResolveAllLibrary()1058 MYObject->process = (u32)EL_PROC_INITIALIZED; in ELi_InitObject()1361 void ELi_SetProcCode( ELDesc* elElfDesc, ELObject* MYObject, ELProcess process) in ELi_SetProcCode() argument1364 elElfDesc->process = (u32)process; in ELi_SetProcCode()1367 MYObject->process = (u32)process; in ELi_SetProcCode()
61 u16 process; /* Relocatable state */ member
103 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in EL_InitHandle()191 ElfHandle->process = EL_INITIALIZED; /*Set the flag*/ in ELi_LoadLibrary()231 if( ElfHandle->process != EL_INITIALIZED) { in ELi_LoadObject()432 return (ElfHandle->process); in ELi_LoadObject()
409 ElfHandle->process = EL_RELOCATED; in ELi_RelocateSym()