Home
last modified time | relevance | path

Searched refs:ELF_TARG_MACH (Results 1 – 19 of 19) sorted by relevance

/openbsd/sys/arch/arm64/include/
H A Dexec.h27 #define ELF_TARG_MACH EM_AARCH64 macro
/openbsd/sys/arch/amd64/include/
H A Dexec.h15 #define ELF_TARG_MACH EM_AMD64 macro
/openbsd/sys/arch/riscv64/include/
H A Dexec.h28 #define ELF_TARG_MACH EM_RISCV macro
/openbsd/sys/arch/i386/include/
H A Dexec.h40 #define ELF_TARG_MACH EM_386 /* XXX - EM_486 is currently unused macro
/openbsd/sys/arch/arm/include/
H A Dexec.h40 #define ELF_TARG_MACH EM_ARM macro
/openbsd/sys/arch/alpha/include/
H A Dexec.h41 #define ELF_TARG_MACH EM_ALPHA_EXP macro
/openbsd/sys/arch/powerpc/include/
H A Dexec.h39 #define ELF_TARG_MACH EM_PPC macro
/openbsd/sys/arch/powerpc64/include/
H A Dexec.h28 #define ELF_TARG_MACH EM_PPC64 macro
/openbsd/sys/arch/m88k/include/
H A Dexec.h11 #define ELF_TARG_MACH EM_88K macro
/openbsd/sys/arch/sh/include/
H A Dexec.h13 #define ELF_TARG_MACH EM_SH macro
/openbsd/sys/arch/hppa/include/
H A Dexec.h36 #define ELF_TARG_MACH EM_PARISC macro
/openbsd/sys/arch/mips64/include/
H A Dexec.h42 #define ELF_TARG_MACH EM_MIPS macro
/openbsd/sys/arch/sparc64/include/
H A Dexec.h6 #define ELF_TARG_MACH EM_SPARCV9 macro
/openbsd/sys/dev/
H A Dksyms.c83 elf->e_machine != ELF_TARG_MACH) in ksymsattach()
/openbsd/lib/libelf/
H A D_libelf_config.h160 #define LIBELF_ARCH ELF_TARG_MACH
/openbsd/libexec/ld.so/ldd/
H A Dldd.c131 if (!IS_ELF(ehdr) || ehdr.e_machine != ELF_TARG_MACH) { in doit()
/openbsd/lib/libc/gen/
H A Dnlist.c75 if (ehdr->e_machine == ELF_TARG_MACH && in __elf_is_okay__()
/openbsd/sys/ddb/
H A Ddb_elf.c102 if (elf->e_machine != ELF_TARG_MACH) { in db_elf_sym_init()
/openbsd/sys/kern/
H A Dexec_elf.c146 if (ehdr->e_machine != ELF_TARG_MACH || in elf_check_header()
1299 ehdr.e_machine = ELF_TARG_MACH; in coredump_setup_elf()