Searched refs:SHT_STRTAB (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | elf.h | 85 #define SHT_STRTAB 3 macro
|
| D | object.c | 53 h->e_shstrndx = add_section(obj, ".shstrtab", SHT_STRTAB, SHF_NULL, obj->section_name.size, 0); in object_init() 60 add_section(obj, ".strtab", SHT_STRTAB, SHF_NULL, obj->symbol_name.size, 1); in object_init()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf.h | 184 #define SHT_STRTAB 3 macro
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 198 #define SHT_STRTAB 3 macro
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | elf.h | 184 #define SHT_STRTAB 3 macro
|
| D | insertsection.c | 182 if( (CurrentShdrEx->Shdr.sh_type == SHT_STRTAB)&&
|
| D | elf_loader.c | 598 else if( CurrentShdrEx->Shdr.sh_type == SHT_STRTAB) { in ELi_LoadObject()
|