Home
last modified time | relevance | path

Searched refs:SHF_WRITE (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Delf.h88 #define SHF_WRITE 0x1 macro
Dsection.c62 add_section(obj, section_rwdata, SHT_PROGBITS, SHF_WRITE | SHF_ALLOC, d->section.size, in add_datasec()
/TwlSDK-5.1.0/build/tools/makelst/
Delf.h200 #define SHF_WRITE 0x1 macro
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h214 #define SHF_WRITE 0x1 macro
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf.h200 #define SHF_WRITE 0x1 macro
Delf_loader.c420 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in ELi_LoadObject()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c686 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections()
694 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections()