Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/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.1.0/build/tools/makelst/
Delf.h183 #define SHT_SYMTAB 2 macro
Delf_loader.c409 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h197 #define SHT_SYMTAB 2 macro
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf.h183 #define SHT_SYMTAB 2 macro
Delf_loader.c459 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
639 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c809 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in elLoadSections()