Home | History | Annotate | Download | only in Support

Lines Matching defs:ElfMagic

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