Home
last modified time | relevance | path

Searched refs:ELFMAG (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/xen/
H A Dpv.c484 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) || in xen_pvh_parse_symtab()
/f-stack/freebsd/sys/
H A Delf_common.h146 #define ELFMAG "\177ELF" /* magic string */ macro