Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Delf.h167 #define EM_PA_RISC 15 /* PA-RISC */ macro
168 #define EM_PARISC EM_PA_RISC /* Alias: GNU compatibility */
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c207 CONV_DS_MSG_INIT(EM_PA_RISC, mach_15_22_cf) }; in ehdr_mach_strings()
209 CONV_DS_MSG_INIT(EM_PA_RISC, mach_15_22_nf) }; in ehdr_mach_strings()
211 CONV_DS_MSG_INIT(EM_PA_RISC, mach_15_22_dmp) }; in ehdr_mach_strings()
H A Delf.msg85 @ MSG_EM_PA_RISC_CF "EM_PA_RISC" # 15
/illumos-gate/usr/src/cmd/file/
H A Dfile.c999 [EM_PA_RISC] = "PA-RISC", in print_elf_machine()