Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.h19 #define GEN_ELF_CLASS ELFCLASS64
22 #define GEN_ELF_CLASS ELFCLASS64
28 #define GEN_ELF_CLASS ELFCLASS64
34 #define GEN_ELF_CLASS ELFCLASS64
40 #define GEN_ELF_CLASS ELFCLASS64
43 #define GEN_ELF_CLASS ELFCLASS64
54 #if GEN_ELF_CLASS == ELFCLASS64
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.c151 case ELFCLASS64: in map_vdso()
193 if (elf_class == ELFCLASS64) in patch_vdso()
201 if (elf_class == ELFCLASS64) in get_symbols()
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dgenvdso.c151 case ELFCLASS64: in map_vdso()
193 if (elf_class == ELFCLASS64) in patch_vdso()
201 if (elf_class == ELFCLASS64) in get_symbols()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H A Delf.c45 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get()
46 "Current implementation only able to handle ELFCLASS64,\n" in elfhdr_get()
51 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Delf.c44 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get()
45 "Current implementation only able to handle ELFCLASS64,\n" in elfhdr_get()
50 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64
H A Drelocs_main.c79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64
H A Drelocs_common.c75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64
H A Drelocs_common.c75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_64.c24 #define ELF_CLASS ELFCLASS64
H A Drelocs_main.c79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_64.c24 #define ELF_CLASS ELFCLASS64
H A Drelocs_main.c79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmk_elfconfig.c25 case ELFCLASS64: in main()
26 printf("#define KERNEL_ELFCLASS ELFCLASS64\n"); in main()
45 printf("#define HOST_ELFCLASS ELFCLASS64\n"); in main()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmk_elfconfig.c25 case ELFCLASS64: in main()
26 printf("#define KERNEL_ELFCLASS ELFCLASS64\n"); in main()
45 printf("#define HOST_ELFCLASS ELFCLASS64\n"); in main()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Delf.h22 #define ELF_CLASS ELFCLASS64
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Delf.h191 #define ELF_CLASS ELFCLASS64
237 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Delf.h186 #define ELF_CLASS ELFCLASS64
232 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/kernel/linux/linux-5.10/arch/loongarch/tools/
H A Delf-entry.c53 case ELFCLASS64: in main()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Delf.h82 #define ELF_CLASS ELFCLASS64
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dof.c53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
H A Delf_util.c24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()

Completed in 7 milliseconds

12345