Home
last modified time | relevance | path

Searched refs:ELF_MACHINE_OK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/include/
H A Delf.h53 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486) macro
110 #define ELF_MACHINE_OK(x) ((x) == EM_X86_64) macro
/f-stack/freebsd/arm/include/
H A Delf.h58 #define ELF_MACHINE_OK(x) ((x) == EM_ARM) macro
/f-stack/freebsd/arm64/include/
H A Delf.h73 #define ELF_MACHINE_OK(x) ((x) == (ELF_ARCH)) macro
/f-stack/freebsd/mips/include/
H A Delf.h82 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH) macro