Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/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