Searched refs:SHT_PROGBITS (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.5/build/tools/bin2obj/ |
| D | elf.h | 83 #define SHT_PROGBITS 1 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.5/build/libraries/el/common/include/ |
| D | elf.h | 196 #define SHT_PROGBITS 1 macro
|
| /TwlSDK-5.5/build/tools/makelst/ |
| D | elf.h | 182 #define SHT_PROGBITS 1 macro
|
| /TwlSDK-5.5/build/tools/stripdebug/ |
| D | elf.h | 182 #define SHT_PROGBITS 1 macro
|
| D | elf_loader.c | 413 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in ELi_LoadObject()
|
| /TwlSDK-5.5/build/libraries/el/common/src/ |
| D | elf_loader.c | 691 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections() 699 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections() 715 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()
|