Home
last modified time | relevance | path

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

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