Searched refs:EM_PARISC (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Delf-em.h21 #define EM_PARISC 15 /* HPPA */ macro
H A Daudit.h420 #define AUDIT_ARCH_PARISC (EM_PARISC)
421 #define AUDIT_ARCH_PARISC64 (EM_PARISC|__AUDIT_ARCH_64BIT)
/linux-master/arch/parisc/include/asm/
H A Delf.h11 #define EM_PARISC 15 macro
311 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
313 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
319 #define ELF_ARCH EM_PARISC
/linux-master/scripts/
H A Dsorttable.c313 case EM_PARISC:
/linux-master/arch/parisc/kernel/
H A Dptrace.c644 .name = "parisc", .e_machine = EM_PARISC, .ei_osabi = ELFOSABI_LINUX,
/linux-master/scripts/mod/
H A Dmodpost.c1141 elf->hdr->e_machine == EM_PARISC &&
/linux-master/tools/perf/util/
H A Dsymbol-elf.c1351 if (ehdr->e_machine == EM_PARISC ||

Completed in 156 milliseconds