Searched refs:ELF_MACHINE_OK (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Delf.h55 #define ELF_MACHINE_OK(x) ((x) == EM_PPC64) macro
59 #define ELF_MACHINE_OK(x) ((x) == EM_PPC) macro
/freebsd-12-stable/sys/sparc64/include/
H A Delf.h48 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH) macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h53 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486) macro
141 #define ELF_MACHINE_OK(x) ((x) == EM_X86_64) macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h66 #define ELF_MACHINE_OK(x) ((x) == (ELF_ARCH)) macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h82 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH) macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h58 #define ELF_MACHINE_OK(x) ((x) == EM_ARM) macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h69 #define ELF_MACHINE_OK(x) ((x) == (ELF_ARCH)) macro
/freebsd-12-stable/usr.bin/gcore/
H A Delfcore.c171 if (!ELF_MACHINE_OK(machine))

Completed in 110 milliseconds