Searched defs:ELF_MAGIC (Results 1 – 2 of 2) sorted by relevance
57 private static final byte[] ELF_MAGIC = new byte[] { 0x7f, 'E', 'L', 'F' }; field in OatFile
35 ELF_MAGIC = b'\x7fELF' variable