Searched refs:SHF_ALLOC (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.2.1/build/tools/bin2obj/ |
| D | elf.h | 89 #define SHF_ALLOC 0x2 macro
|
| D | section.c | 62 add_section(obj, section_rwdata, SHT_PROGBITS, SHF_WRITE | SHF_ALLOC, d->section.size, in add_datasec() 68 add_section(obj, section_rodata, SHT_PROGBITS, SHF_ALLOC, d->section.size, align); in add_datasec()
|
| /TwlSDK-5.2.1/build/tools/stripdebug/ |
| D | elf.h | 201 #define SHF_ALLOC 0x2 macro
|
| D | elf_loader.c | 420 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in ELi_LoadObject()
|
| /TwlSDK-5.2.1/build/libraries/el/common/include/ |
| D | elf.h | 215 #define SHF_ALLOC 0x2 macro
|
| /TwlSDK-5.2.1/build/tools/makelst/ |
| D | elf.h | 201 #define SHF_ALLOC 0x2 macro
|
| /TwlSDK-5.2.1/build/libraries/el/common/src/ |
| D | elf_loader.c | 684 if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))&& in elLoadSections() 692 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections() 700 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections() 708 else if( (CurrentShdrEx->Shdr.sh_flags == SHF_ALLOC)&& in elLoadSections()
|