Home
last modified time | relevance | path

Searched refs:EM_NUM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h92 #define EM_NUM 95 macro
/illumos-gate/usr/src/cmd/file/
H A Dfile.c986 static const char *mach_str[EM_NUM] = { in print_elf_machine()
1194 #if EM_NUM != (EM_AIECTRLCODE + 1) in print_elf_machine()
1200 if ((machine < EM_NONE) || (machine >= EM_NUM)) in print_elf_machine()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h437 #define EM_NUM EM_AIECTRLCODE + 1 macro
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h669 #define CONV_MACH_ALL EM_NUM /* Never a valid machine type */
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c601 #if (EM_NUM != (EM_AIECTRLCODE + 1)) in ehdr_mach_strings()