Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/kvm/lib/
H A Delf.c44 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get()
50 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
/linux/scripts/mod/
H A Dmk_elfconfig.c24 case ELFCLASS64: in main()
/linux/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()
/linux/arch/loongarch/include/asm/
H A Delf.h217 #define ELF_CLASS ELFCLASS64
263 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux/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()
/linux/arch/powerpc/boot/
H A Daddnote.c61 #define ELFCLASS64 2 macro
144 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main()
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()
H A Delf.h136 #define ELFCLASS64 2 macro
/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.c70 if (class != ELFCLASS32 && class != ELFCLASS64) {
75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/linux/arch/alpha/include/asm/
H A Delf.h82 #define ELF_CLASS ELFCLASS64
/linux/arch/mips/include/asm/
H A Delf.h245 #define ELF_CLASS ELFCLASS64
317 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux/arch/mips/tools/
H A Delf-entry.c81 case ELFCLASS64: in main()
H A Dloongson3-llsc-check.c275 if (eh->e_ident[EI_CLASS] != ELFCLASS64) { in main()
/linux/arch/riscv/include/asm/
H A Delf.h26 #define ELF_CLASS ELFCLASS64
/linux/arch/s390/kernel/
H A Dkexec_elf.c82 ehdr->e_ident[EI_CLASS] != ELFCLASS64 || in s390_elf_load()
/linux/arch/mips/vdso/
H A Dgenvdso.h88 if (elf_class == ELFCLASS64) in FUNC()
/linux/arch/powerpc/include/uapi/asm/
H A Delf.h120 # define ELF_CLASS ELFCLASS64
/linux/arch/sparc/vdso/
H A Dvdso2c.c148 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go()
/linux/arch/x86/um/asm/
H A Delf.h101 #define ELF_CLASS ELFCLASS64
/linux/scripts/
H A Delf-parse.c124 case ELFCLASS64: { in elf_parse()
/linux/arch/parisc/include/asm/
H A Delf.h227 #define ELF_CLASS ELFCLASS64
/linux/fs/proc/
H A Dvmcore.c1230 ehdr.e_ident[EI_CLASS] != ELFCLASS64 || in parse_crash_elf64_headers()
1339 if (e_ident[EI_CLASS] == ELFCLASS64) { in parse_crash_elf_headers()
1401 if (e_ident[EI_CLASS] == ELFCLASS64) { in vmcoredd_update_program_headers()
1655 if (WARN_ON_ONCE(e_ident[EI_CLASS] != ELFCLASS64)) { in vmcore_process_device_ram()

12