Home
last modified time | relevance | path

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

/titanic_51/usr/src/common/sgsrtcid/
H A Dsgsrtcid.h75 #if EM_NUM > 256
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h92 #define EM_NUM 95 macro
/titanic_51/usr/src/cmd/file/
H A Dfile.c983 static const char *mach_str[EM_NUM] = { in print_elf_machine()
1165 #if EM_NUM != 244 in print_elf_machine()
1171 if ((machine < EM_NONE) || (machine >= EM_NUM)) in print_elf_machine()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h408 #define EM_NUM 244 macro
/titanic_51/usr/src/cmd/sgs/include/
H A Dconv.h642 #define CONV_MACH_ALL EM_NUM /* Never a valid machine type */
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Delf.c561 #if (EM_NUM != (EM_RISCV + 1)) in ehdr_mach_strings()