Home
last modified time | relevance | path

Searched refs:SHF_EXECINSTR (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Delf.h202 #define SHF_EXECINSTR 0x4 macro
/TwlSDK-5.4/build/libraries/el/common/include/
Delf.h216 #define SHF_EXECINSTR 0x4 macro
/TwlSDK-5.4/build/tools/stripdebug/
Delf.h202 #define SHF_EXECINSTR 0x4 macro
/TwlSDK-5.4/build/libraries/el/common/src/
Delf_loader.c684 if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))&& in elLoadSections()