Searched refs:SHT_SYMTAB (Results 1 – 6 of 6) sorted by relevance
36 #define SHT_SYMTAB 2 macro
296 o.sections[2].sh_type = SHT_SYMTAB;
66 #define SHT_SYMTAB 2 // Symbol table macro
224 if (shdr.sh_type == SHT_SYMTAB || shdr.sh_type == SHT_DYNSYM) { in ParseSectionHeaders()
426 … if (section->get_type() != ELFIO::SHT_SYMTAB && section->get_type() != ELFIO::SHT_DYNSYM) { in LoadElfMapSectionCore()
636 elfShdr.type = static_cast<uint32_t>(SHT_SYMTAB); in ParseSectionHeaders()