Home
last modified time | relevance | path

Searched refs:ELF_MAGIC (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Delf.h3 #define ELF_MAGIC 0x464C457FU // "\x7FELF" in little endian macro
H A Dbootmain.c31 if(elf->magic != ELF_MAGIC) in bootmain()
H A Dexec.c35 if(elf.magic != ELF_MAGIC) in exec()