Searched refs:EM_ALPHA (Results 1 – 5 of 5) sorted by relevance
77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT))84 #define ELF_ARCH EM_ALPHA
61 #define EM_ALPHA 0x9026 macro
397 #define AUDIT_ARCH_ALPHA (EM_ALPHA|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
1279 ehdr->e_machine == EM_ALPHA) in max_text_section()