Home
last modified time | relevance | path

Searched refs:process (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf_loader.h122 u32 process; /* Casted and saved ELProcess type */ member
137 u32 process; /* Cast the ELProcess type and save */ member
246 void ELi_SetProcCode( ELDesc* elElfDesc, ELObject* MYObject, ELProcess process);
/TwlSDK-5.1.0/build/tools/stripdebug/
Dinsertsection.c51 if( ElfHandle->process != EL_INITIALIZED) {
226 ElfHandle->process = EL_COPIED;
256 return (ElfHandle->process);
Delf_loader.h75 u16 process; /* Relocatable state */ member
Delf_loader.c125 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()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c261 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() argument
1364 elElfDesc->process = (u32)process; in ELi_SetProcCode()
1367 MYObject->process = (u32)process; in ELi_SetProcCode()
/TwlSDK-5.1.0/build/tools/makelst/
Delf_loader.h61 u16 process; /* Relocatable state */ member
Delf_loader.c103 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()
Dloader_subset.c409 ElfHandle->process = EL_RELOCATED; in ELi_RelocateSym()