Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Delf.h77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT))
84 #define ELF_ARCH EM_ALPHA
/linux/include/uapi/linux/
H A Delf-em.h61 #define EM_ALPHA 0x9026 macro
H A Daudit.h397 #define AUDIT_ARCH_ALPHA (EM_ALPHA|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux/arch/alpha/boot/tools/
H A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
/linux/tools/perf/util/
H A Dsymbol-elf.c1279 ehdr->e_machine == EM_ALPHA) in max_text_section()