Home | History | Annotate | Download | only in Support

Lines Matching defs:ElfMagic

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