Searched refs:SHT_GNU_VERNEED (Results 1 – 1 of 1) sorted by relevance
75 private static final int SHT_GNU_VERNEED = 0x6ffffffe; field in ReadElf915 } else if (sh_type == SHT_GNU_VERNEED) { in readSectionHeaders()