Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.5/build/tools/bin2obj/
Delf.h84 #define SHT_SYMTAB 2 macro
Dobject.c56 obj->symbol_index = add_section(obj, ".symtab", SHT_SYMTAB, SHF_NULL, 0, 4); in object_init()
/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h197 #define SHT_SYMTAB 2 macro
/TwlSDK-5.5/build/tools/makelst/
Delf.h183 #define SHT_SYMTAB 2 macro
Delf_loader.c415 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
/TwlSDK-5.5/build/tools/stripdebug/
Delf.h183 #define SHT_SYMTAB 2 macro
Delf_loader.c465 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
645 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
/TwlSDK-5.5/build/libraries/el/common/src/
Delf_loader.c821 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in elLoadSections()