EM_PARISC
((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
#define ELF_ARCH EM_PARISC
.name = "parisc", .e_machine = EM_PARISC, .ei_osabi = ELFOSABI_LINUX,
#define AUDIT_ARCH_PARISC (EM_PARISC)
#define AUDIT_ARCH_PARISC64 (EM_PARISC|__AUDIT_ARCH_64BIT)
elf->hdr->e_machine == EM_PARISC &&
case EM_PARISC:
#define EM_HOST EM_PARISC
case EM_PARISC:
if (ehdr->e_machine == EM_PARISC ||