Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/tools/perf/util/
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
56 #if GEN_ELF_CLASS == ELFCLASS64
/linux-6.3-rc2/arch/mips/vdso/
A Dgenvdso.c151 case ELFCLASS64: in map_vdso()
193 if (elf_class == ELFCLASS64) in patch_vdso()
201 if (elf_class == ELFCLASS64) in get_symbols()
A Dgenvdso.h88 if (elf_class == ELFCLASS64) in FUNC()
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/
A Delf.c44 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get()
50 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
/linux-6.3-rc2/arch/x86/tools/
A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64
A Drelocs_common.c75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Delf.h177 #define ELF_CLASS ELFCLASS64
223 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux-6.3-rc2/scripts/mod/
A Dmk_elfconfig.c25 case ELFCLASS64: in main()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs_64.c24 #define ELF_CLASS ELFCLASS64
A Drelocs_main.c79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/linux-6.3-rc2/arch/powerpc/boot/
A Dof.c53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
A Daddnote.c61 #define ELFCLASS64 2 macro
143 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main()
A Delf_util.c24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
A Delf.h136 #define ELFCLASS64 2 macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Delf.h82 #define ELF_CLASS ELFCLASS64
/linux-6.3-rc2/arch/riscv/include/asm/
A Delf.h26 #define ELF_CLASS ELFCLASS64
/linux-6.3-rc2/arch/mips/tools/
A Delf-entry.c81 case ELFCLASS64: in main()
/linux-6.3-rc2/drivers/remoteproc/
A Dremoteproc_elf_loader.c70 if (class != ELFCLASS32 && class != ELFCLASS64) {
75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/linux-6.3-rc2/arch/mips/include/asm/
A Delf.h243 #define ELF_CLASS ELFCLASS64
315 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux-6.3-rc2/arch/sparc/include/asm/
A Delf_64.h107 #define ELF_CLASS ELFCLASS64
/linux-6.3-rc2/arch/arm64/include/asm/
A Delf.h74 #define ELF_CLASS ELFCLASS64
/linux-6.3-rc2/arch/ia64/include/asm/
A Delf.h25 #define ELF_CLASS ELFCLASS64
/linux-6.3-rc2/arch/s390/kernel/
A Dkexec_elf.c80 ehdr->e_ident[EI_CLASS] != ELFCLASS64 || in s390_elf_load()
/linux-6.3-rc2/kernel/
A Dkexec_elf.c161 case ELFCLASS64: in elf_read_ehdr()
219 case ELFCLASS64: in elf_read_phdr()
/linux-6.3-rc2/lib/
A Dbuildid.c156 else if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in build_id_parse()

Completed in 35 milliseconds

123