Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/bin2obj/
Delf.h85 #define SHT_STRTAB 3 macro
Dobject.c53 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/
Delf.h184 #define SHT_STRTAB 3 macro
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h198 #define SHT_STRTAB 3 macro
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf.h184 #define SHT_STRTAB 3 macro
Dinsertsection.c182 if( (CurrentShdrEx->Shdr.sh_type == SHT_STRTAB)&&
Delf_loader.c598 else if( CurrentShdrEx->Shdr.sh_type == SHT_STRTAB) { in ELi_LoadObject()