Home
last modified time | relevance | path

Searched refs:EL_INITIALIZED (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/tools/makelst/
Delf_loader.h118 #define EL_INITIALIZED 0x5A macro
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()
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf_loader.h135 #define EL_INITIALIZED 0x5A macro
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()
Dinsertsection.c51 if( ElfHandle->process != EL_INITIALIZED) {