Searched refs:SHT_DYNSYM (Results 1 – 3 of 3) sorted by relevance
67 #define SHT_DYNSYM 11 // Dynamic linker symbol table macro
224 if (shdr.sh_type == SHT_SYMTAB || shdr.sh_type == SHT_DYNSYM) { in ParseSectionHeaders()
642 elfShdr.type = static_cast<uint32_t>(SHT_DYNSYM); in ParseSectionHeaders()