Searched refs:ElfMagic (Results 1 – 1 of 1) sorted by relevance
45 static const char ElfMagic[] = { 0x7f, 'E', 'L', 'F', '\0' }; variable63 const char ELFMAG0 = ElfMagic[EI_MAG0];64 const char ELFMAG1 = ElfMagic[EI_MAG1];65 const char ELFMAG2 = ElfMagic[EI_MAG2];66 const char ELFMAG3 = ElfMagic[EI_MAG3];85 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0; in checkMagic()109 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0; in checkMagic()