Searched defs:ELF_MACHINE_OK (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/arm/include/
H A Delf.h56 #define ELF_MACHINE_OK(x) ((x) == EM_ARM) macro
/freebsd-10-stable/sys/ia64/include/
H A Delf.h48 #define ELF_MACHINE_OK(x) ((x) == EM_IA_64) macro
/freebsd-10-stable/sys/powerpc/include/
H A Delf.h53 #define ELF_MACHINE_OK(x) ((x) == EM_PPC64) macro
57 #define ELF_MACHINE_OK(x) ((x) == EM_PPC) macro
/freebsd-10-stable/sys/sparc64/include/
H A Delf.h46 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH) macro
/freebsd-10-stable/sys/x86/include/
H A Delf.h51 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486) macro
136 #define ELF_MACHINE_OK(x) ((x) == EM_X86_64) macro
/freebsd-10-stable/sys/mips/include/
H A Delf.h80 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH) macro

Completed in 70 milliseconds