Searched refs:SHT_SYMTAB (Results 1 – 1 of 1) sorted by relevance
57 private static final int SHT_SYMTAB = 2; field in ReadElf326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) { in readSectionHeaders()