Home | History | Annotate | Download | only in BinaryFormat

Lines Matching defs:ElfMagic

44 static const char ElfMagic[] = {0x7f, 'E', 'L', 'F', '\0'};
78 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0;
104 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0;