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()
197 #define SHT_SYMTAB 2 macro
183 #define SHT_SYMTAB 2 macro
415 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
465 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()645 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
821 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in elLoadSections()