Searched refs:SHT_GNU_VERSYM (Results 1 – 1 of 1) sorted by relevance
76 private static final int SHT_GNU_VERSYM = 0x6fffffff; field in ReadElf905 } else if (sh_type == SHT_GNU_VERSYM) { in readSectionHeaders()