Searched refs:ELFCLASS64 (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dgenelf.h21 #define GEN_ELF_CLASS ELFCLASS64
24 #define GEN_ELF_CLASS ELFCLASS64
30 #define GEN_ELF_CLASS ELFCLASS64
36 #define GEN_ELF_CLASS ELFCLASS64
42 #define GEN_ELF_CLASS ELFCLASS64
45 #define GEN_ELF_CLASS ELFCLASS64
48 #define GEN_ELF_CLASS ELFCLASS64
59 #if GEN_ELF_CLASS == ELFCLASS64
/linux-master/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64
H A Drelocs_common.c75 if (e_ident[EI_CLASS] == ELFCLASS64)
/linux-master/arch/mips/boot/tools/
H A Drelocs_64.c24 #define ELF_CLASS ELFCLASS64
H A Drelocs_main.c79 if (e_ident[EI_CLASS] == ELFCLASS64)
/linux-master/scripts/mod/
H A Dmk_elfconfig.c25 case ELFCLASS64:
26 printf("#define KERNEL_ELFCLASS ELFCLASS64\n");
45 printf("#define HOST_ELFCLASS ELFCLASS64\n");
/linux-master/tools/testing/selftests/kvm/lib/
H A Delf.c44 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64,
45 "Current implementation only able to handle ELFCLASS64,\n"
50 ident[EI_CLASS], ELFCLASS64);
/linux-master/arch/powerpc/boot/
H A Dof.c53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) {
H A Delf_util.c24 elf64->e_ident[EI_CLASS] == ELFCLASS64 &&
H A Delf.h136 #define ELFCLASS64 2 macro
H A Daddnote.c61 #define ELFCLASS64 2 macro
143 if (e_class != ELFCLASS32 && e_class != ELFCLASS64)
/linux-master/arch/mips/tools/
H A Delf-entry.c81 case ELFCLASS64:
/linux-master/arch/alpha/include/asm/
H A Delf.h82 #define ELF_CLASS ELFCLASS64
/linux-master/arch/mips/vdso/
H A Dgenvdso.c151 case ELFCLASS64:
193 if (elf_class == ELFCLASS64)
201 if (elf_class == ELFCLASS64)
H A Dgenvdso.h88 if (elf_class == ELFCLASS64)
/linux-master/arch/riscv/include/asm/
H A Delf.h26 #define ELF_CLASS ELFCLASS64
/linux-master/arch/loongarch/include/asm/
H A Delf.h186 #define ELF_CLASS ELFCLASS64
232 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux-master/arch/sparc/include/asm/
H A Delf_64.h107 #define ELF_CLASS ELFCLASS64
/linux-master/arch/powerpc/include/uapi/asm/
H A Delf.h120 # define ELF_CLASS ELFCLASS64
/linux-master/arch/x86/um/asm/
H A Delf.h127 #define ELF_CLASS ELFCLASS64
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c82 ehdr->e_ident[EI_CLASS] != ELFCLASS64 ||
/linux-master/arch/arm64/include/asm/
H A Delf.h74 #define ELF_CLASS ELFCLASS64
/linux-master/lib/
H A Dbuildid.c156 else if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
/linux-master/arch/mips/include/asm/
H A Delf.h243 #define ELF_CLASS ELFCLASS64
315 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_loader.c70 if (class != ELFCLASS32 && class != ELFCLASS64) {
75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {

Completed in 181 milliseconds

123