Home
last modified time | relevance | path

Searched refs:OMAGIC (Results 1 – 25 of 97) sorted by relevance

1234

/netbsd/src/sys/compat/sunos/
Dsunos_exec_aout.c86 case OMAGIC: in exec_sunos_aout_makecmds()
101 #define SUNOS_N_DATADDR(x,m) (((m)==OMAGIC) ? \
197 epp->ep_taddr = SUNOS_N_TXTADDR(*execp, OMAGIC); in sunos_exec_aout_prep_omagic()
199 epp->ep_daddr = SUNOS_N_DATADDR(*execp, OMAGIC); in sunos_exec_aout_prep_omagic()
206 SUNOS_N_TXTOFF(*execp, OMAGIC), VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE); in sunos_exec_aout_prep_omagic()
/netbsd/src/external/gpl3/gdb/dist/include/aout/
Daout64.h47 #define OMAGIC 0x1001 /* Code indicating object file. */ macro
53 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
57 #define OMAGIC 0407 /* Object file or impure executable. */ macro
69 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
217 : N_MAGIC (x) == OMAGIC \
/netbsd/src/external/gpl3/binutils/dist/include/aout/
Daout64.h47 #define OMAGIC 0x1001 /* Code indicating object file. */ macro
53 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
57 #define OMAGIC 0407 /* Object file or impure executable. */ macro
69 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
217 : N_MAGIC (x) == OMAGIC \
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_aout.h57 #define OMAGIC 0407 /* old impure format */ macro
112 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
120 (N_GETMAGIC(ex) == OMAGIC ? N_TXTADDR(ex) + (ex).a_text : \
/netbsd/src/sys/sys/
Dexec_aout.h57 #define OMAGIC 0407 /* old impure format */ macro
112 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
120 (N_GETMAGIC(ex) == OMAGIC ? N_TXTADDR(ex) + (ex).a_text : \
/netbsd/src/sys/arch/sun68k/include/
Dloadfile_machdep.h60 #define OKMAGIC(a) ((a) == OMAGIC)
68 #define OKMAGIC(a) ((a) == OMAGIC)
/netbsd/src/sys/arch/luna68k/include/
Dloadfile_machdep.h60 #define OKMAGIC(a) ((a) == NMAGIC || (a) == OMAGIC)
68 #define OKMAGIC(a) ((a) == NMAGIC || (a) == OMAGIC)
/netbsd/src/sys/compat/linux/common/
Dlinux_exec_aout.c157 case OMAGIC: in exec_linux_aout_makecmds()
248 epp->ep_taddr = LINUX_N_TXTADDR(*execp, OMAGIC); in exec_linux_aout_prep_omagic()
250 epp->ep_daddr = LINUX_N_DATADDR(*execp, OMAGIC); in exec_linux_aout_prep_omagic()
257 LINUX_N_TXTOFF(*execp, OMAGIC), VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE); in exec_linux_aout_prep_omagic()
/netbsd/src/sys/arch/sparc/include/
Dloadfile_machdep.h52 #define OKMAGIC(a) ((a) == OMAGIC)
63 #define OKMAGIC(a) ((a) == OMAGIC)
/netbsd/src/sys/arch/sparc64/include/
Dloadfile_machdep.h53 #define OKMAGIC(a) ((a) == OMAGIC)
69 #define OKMAGIC(a) ((a) == OMAGIC)
/netbsd/src/sys/arch/amiga/include/
Dloadfile_machdep.h59 #define OKMAGIC(a) ((a) == OMAGIC || (a) == NMAGIC || \
77 #define OKMAGIC(a) ((a) == OMAGIC)
/netbsd/src/sys/arch/hp300/include/
Dloadfile_machdep.h59 #define OKMAGIC(a) ((a) == OMAGIC || (a) == NMAGIC || \
77 #define OKMAGIC(a) ((a) == OMAGIC)
/netbsd/src/sys/arch/x68k/include/
Dloadfile_machdep.h62 #define OKMAGIC(a) (((a) == NMAGIC) || ((a) == OMAGIC))
73 #define OKMAGIC(a) (((a) == NMAGIC) || ((a) == OMAGIC))
/netbsd/src/sys/compat/vax1k/
Dvax1k_exec.c139 case (MID_VAX1K << 16) | OMAGIC: in exec_vax1k_makecmds()
160 case OMAGIC: in exec_vax1k_makecmds()
/netbsd/src/sys/lib/libsa/
Dloadfile_aout.c103 if (magic == OMAGIC || magic == NMAGIC) in loadfile_aout()
120 if (magic == OMAGIC || magic == NMAGIC) { in loadfile_aout()
/netbsd/src/external/gpl3/binutils/dist/include/coff/
Driscv64.h37 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Dloongarch64.h39 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Dmcore.h47 #define OMAGIC 0404 /* object files, eg as output */ macro
Dia64.h66 #define OMAGIC 0404 /* object files, eg as output */ macro
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dloongarch64.h39 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Driscv64.h37 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Dmcore.h47 #define OMAGIC 0404 /* object files, eg as output */ macro
Dia64.h66 #define OMAGIC 0404 /* object files, eg as output */ macro
Daarch64.h39 #define OMAGIC 0404 /* Object files, eg as output. */ macro
/netbsd/src/sys/compat/sunos32/
Dsunos32_exec_aout.c69 case OMAGIC: in exec_sunos32_aout_makecmds()

1234