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