Searched refs:SHT_GNU_VERDEF (Results 1 – 1 of 1) sorted by relevance
74 private static final int SHT_GNU_VERDEF = 0x6ffffffd; field in ReadElf926 } else if (sh_type == SHT_GNU_VERDEF) { in readSectionHeaders()