Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/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
51 #if GEN_ELF_CLASS == ELFCLASS64
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c45 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get()
51 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dkexec-x32.patch15 use ELFCLASS32 instead of ELFCLASS64.
61 if (ehdr->ei_class != ELFCLASS64) {
H A Darm_crashdump-fix-buffer-align.patch27 elf_info.class = ELFCLASS64;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py24 ELFCLASS64 = 2 variable in ELFFile
76 elif self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS64:
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmk_elfconfig.c25 case ELFCLASS64: in main()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Delf.h22 #define ELF_CLASS ELFCLASS64
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dcommon-offsets.h13 DEFINE(UM_ELFCLASS64, ELFCLASS64);
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Daddnote.c61 #define ELFCLASS64 2 macro
143 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
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_loader.c68 if (class != ELFCLASS32 && class != ELFCLASS64) {
73 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h243 #define ELF_CLASS ELFCLASS64
312 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c81 case ELFCLASS64: in main()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Delf.h82 #define ELF_CLASS ELFCLASS64
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_elf.c161 case ELFCLASS64: in elf_read_ehdr()
219 case ELFCLASS64: in elf_read_phdr()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Delf_64.h108 #define ELF_CLASS ELFCLASS64
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Delf.h25 #define ELF_CLASS ELFCLASS64
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dkexec_elf.c80 ehdr->e_ident[EI_CLASS] != ELFCLASS64 || in s390_elf_load()

123