| /netbsd/src/sys/compat/sunos/ |
| D | sunos_exec_aout.c | 86 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/ |
| D | aout64.h | 47 #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/ |
| D | aout64.h | 47 #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/ |
| D | exec_aout.h | 57 #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/ |
| D | exec_aout.h | 57 #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/ |
| D | loadfile_machdep.h | 60 #define OKMAGIC(a) ((a) == OMAGIC) 68 #define OKMAGIC(a) ((a) == OMAGIC)
|
| /netbsd/src/sys/arch/luna68k/include/ |
| D | loadfile_machdep.h | 60 #define OKMAGIC(a) ((a) == NMAGIC || (a) == OMAGIC) 68 #define OKMAGIC(a) ((a) == NMAGIC || (a) == OMAGIC)
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_exec_aout.c | 157 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/ |
| D | loadfile_machdep.h | 52 #define OKMAGIC(a) ((a) == OMAGIC) 63 #define OKMAGIC(a) ((a) == OMAGIC)
|
| /netbsd/src/sys/arch/sparc64/include/ |
| D | loadfile_machdep.h | 53 #define OKMAGIC(a) ((a) == OMAGIC) 69 #define OKMAGIC(a) ((a) == OMAGIC)
|
| /netbsd/src/sys/arch/amiga/include/ |
| D | loadfile_machdep.h | 59 #define OKMAGIC(a) ((a) == OMAGIC || (a) == NMAGIC || \ 77 #define OKMAGIC(a) ((a) == OMAGIC)
|
| /netbsd/src/sys/arch/hp300/include/ |
| D | loadfile_machdep.h | 59 #define OKMAGIC(a) ((a) == OMAGIC || (a) == NMAGIC || \ 77 #define OKMAGIC(a) ((a) == OMAGIC)
|
| /netbsd/src/sys/arch/x68k/include/ |
| D | loadfile_machdep.h | 62 #define OKMAGIC(a) (((a) == NMAGIC) || ((a) == OMAGIC)) 73 #define OKMAGIC(a) (((a) == NMAGIC) || ((a) == OMAGIC))
|
| /netbsd/src/sys/compat/vax1k/ |
| D | vax1k_exec.c | 139 case (MID_VAX1K << 16) | OMAGIC: in exec_vax1k_makecmds() 160 case OMAGIC: in exec_vax1k_makecmds()
|
| /netbsd/src/sys/lib/libsa/ |
| D | loadfile_aout.c | 103 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/ |
| D | riscv64.h | 37 #define OMAGIC 0404 /* Object files, eg as output. */ macro
|
| D | loongarch64.h | 39 #define OMAGIC 0404 /* Object files, eg as output. */ macro
|
| D | mcore.h | 47 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| D | ia64.h | 66 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/coff/ |
| D | loongarch64.h | 39 #define OMAGIC 0404 /* Object files, eg as output. */ macro
|
| D | riscv64.h | 37 #define OMAGIC 0404 /* Object files, eg as output. */ macro
|
| D | mcore.h | 47 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| D | ia64.h | 66 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| D | aarch64.h | 39 #define OMAGIC 0404 /* Object files, eg as output. */ macro
|
| /netbsd/src/sys/compat/sunos32/ |
| D | sunos32_exec_aout.c | 69 case OMAGIC: in exec_sunos32_aout_makecmds()
|