Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c71 if (((a_out->a_magic >> 16) & 0xff) != 0x64) in exec_linux_imgact()
77 switch ((int)(a_out->a_magic & 0xffff)) { in exec_linux_imgact()
/f-stack/freebsd/sys/
H A Dimgact_aout.h123 #define a_magic a_midmag /* Hack for emulators */ macro