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()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()530 if( elElfDesc->process != (u32)EL_PROC_INITIALIZED) { in ELi_LoadObject()879 …return( (ELProcess)(ObjEnt->process)); //Should be EL_PROC_COPIED. Is osPanic better? TODO: contin… in ELi_ResolveAllLibrary()890 …return( (ELProcess)(ObjEnt->process)); //Should be EL_PROC_COPIED. Is osPanic better? TODO: Contin… in ELi_ResolveAllLibrary()1064 MYObject->process = (u32)EL_PROC_INITIALIZED; in ELi_InitObject()1367 void ELi_SetProcCode( ELDesc* elElfDesc, ELObject* MYObject, ELProcess process) in ELi_SetProcCode() argument1370 elElfDesc->process = (u32)process; in ELi_SetProcCode()1373 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()