Searched refs:SHT_SYMTAB (Results 1 – 8 of 8) sorted by relevance
84 #define SHT_SYMTAB 2 macro
56 obj->symbol_index = add_section(obj, ".symtab", SHT_SYMTAB, SHF_NULL, 0, 4); in object_init()
183 #define SHT_SYMTAB 2 macro
409 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
197 #define SHT_SYMTAB 2 macro
459 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()639 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
809 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in elLoadSections()