Home
last modified time | relevance | path

Searched refs:QMAGIC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Da.out.h71 #define QMAGIC 0314 macro
80 && N_MAGIC(x) != QMAGIC)
88 (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
113 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
/openbmc/qemu/hw/core/
H A Dloader.c212 #define QMAGIC 0314 macro
216 (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
217 #define N_TXTADDR(x, target_page_size) (N_MAGIC(x) == QMAGIC ? target_page_size : 0)
250 case QMAGIC: in load_aout()
/openbmc/linux/fs/
H A DKconfig.binfmt15 but replaced the traditional Linux a.out formats (QMAGIC and ZMAGIC)
/openbmc/qemu/linux-user/
H A Delfload.c2113 #define QMAGIC 0314 macro