Searched refs:ELF_TARG_CLASS (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dexec.h13 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/sys/arch/arm64/include/
H A Dexec.h25 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/sys/arch/i386/include/
H A Dexec.h38 #define ELF_TARG_CLASS ELFCLASS32 macro
/openbsd-current/sys/arch/riscv64/include/
H A Dexec.h26 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/sys/arch/arm/include/
H A Dexec.h38 #define ELF_TARG_CLASS ELFCLASS32 macro
/openbsd-current/sys/arch/alpha/include/
H A Dexec.h39 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/sys/arch/powerpc/include/
H A Dexec.h37 #define ELF_TARG_CLASS ELFCLASS32 macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dexec.h26 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/sys/arch/m88k/include/
H A Dexec.h9 #define ELF_TARG_CLASS ELFCLASS32 macro
/openbsd-current/sys/arch/sh/include/
H A Dexec.h7 #define ELF_TARG_CLASS ELFCLASS32 macro
/openbsd-current/sys/arch/hppa/include/
H A Dexec.h34 #define ELF_TARG_CLASS ELFCLASS32 macro
/openbsd-current/sys/arch/sparc64/include/
H A Dexec.h5 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/sys/arch/mips64/include/
H A Dexec.h35 #define ELF_TARG_CLASS ELFCLASS64 macro
/openbsd-current/lib/libelf/
H A D_libelf_config.h162 #define LIBELF_CLASS ELF_TARG_CLASS
/openbsd-current/lib/libc/gen/
H A Dnlist.c70 ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&
/openbsd-current/sys/kern/
H A Dexec_elf.c139 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
1267 ehdr.e_ident[EI_CLASS] = ELF_TARG_CLASS;

Completed in 175 milliseconds