Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/uapi/linux/
H A Delf-em.h61 #define EM_ALPHA 0x9026 macro
H A Daudit.h395 #define AUDIT_ARCH_ALPHA (EM_ALPHA|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh89 build_tables "$tools_dir/perf/arch/alpha/entry/syscalls/syscall.tbl" "$outfile" common,64 EM_ALPHA
198 build_outer_table EM_ALPHA "$outfile"
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h35 #define EM_HOST EM_ALPHA
/linux-6.15/arch/alpha/boot/tools/
H A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c1416 ehdr->e_machine == EM_ALPHA) in max_text_section()