/Linux-v4.19/arch/s390/include/asm/ |
D | elf.h | 152 && (x)->e_ident[EI_CLASS] == ELF_CLASS) 155 && (x)->e_ident[EI_CLASS] == ELF_CLASS) 241 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
|
/Linux-v4.19/arch/powerpc/boot/ |
D | elf_util.c | 28 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64() 64 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
|
D | of.c | 57 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
|
D | addnote.c | 105 #define EI_CLASS 4 macro 146 e_class = buf[E_IDENT+EI_CLASS]; in main()
|
D | elf.h | 121 #define EI_CLASS 4 macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | elf.h | 247 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \ 315 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) 317 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
|
/Linux-v4.19/arch/mips/include/asm/ |
D | elf.h | 289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 312 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \ 328 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 414 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/Linux-v4.19/arch/mips/kernel/ |
D | elf.c | 92 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc() 152 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf() 174 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
|
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | elf.c | 46 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get() 52 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 154 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go() 157 } else if (hdr->e_ident[EI_CLASS] == ELFCLASS32) { in go()
|
/Linux-v4.19/scripts/mod/ |
D | mk_elfconfig.c | 21 switch (ei[EI_CLASS]) { in main()
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 181 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go() 184 } else if (hdr->e_ident[EI_CLASS] == ELFCLASS32) { in go()
|
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs_main.c | 79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
|
/Linux-v4.19/arch/x86/tools/ |
D | relocs_common.c | 75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
|
/Linux-v4.19/scripts/ |
D | sortextable.c | 332 switch (ehdr->e_ident[EI_CLASS]) { in do_file() 335 ehdr->e_ident[EI_CLASS], fname); in do_file()
|
D | recordmcount.c | 542 switch (ehdr->e_ident[EI_CLASS]) { in do_file() 545 ehdr->e_ident[EI_CLASS], fname); in do_file()
|
/Linux-v4.19/tools/perf/util/ |
D | symbol-minimal.c | 110 if (e_ident[EI_CLASS] == ELFCLASS32) { in filename__read_build_id() 310 return e_ident[EI_CLASS] == ELFCLASS64; in fd__is_64_bit()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | elf_64.h | 205 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | elf.h | 95 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/Linux-v4.19/arch/s390/kernel/ |
D | kexec_elf.c | 77 ehdr->e_ident[EI_CLASS] != ELFCLASS64 || in s390_elf_load()
|
/Linux-v4.19/fs/proc/ |
D | vmcore.c | 1178 ehdr.e_ident[EI_CLASS] != ELFCLASS64 || in parse_crash_elf64_headers() 1234 ehdr.e_ident[EI_CLASS] != ELFCLASS32|| in parse_crash_elf32_headers() 1287 if (e_ident[EI_CLASS] == ELFCLASS64) { in parse_crash_elf_headers() 1291 } else if (e_ident[EI_CLASS] == ELFCLASS32) { in parse_crash_elf_headers() 1350 if (e_ident[EI_CLASS] == ELFCLASS64) { in vmcoredd_update_program_headers()
|
/Linux-v4.19/arch/arm/vdso/ |
D | vdsomunge.c | 169 if (inhdr->e_ident[EI_CLASS] != ELFCLASS32) in main()
|
/Linux-v4.19/arch/mips/vdso/ |
D | genvdso.c | 149 elf_class = ehdr->e_ident[EI_CLASS]; in map_vdso()
|
/Linux-v4.19/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 103 [EI_CLASS] = ELFCLASS32, in create_vma_map()
|
/Linux-v4.19/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 104 if (hdr->e_ident[EI_CLASS] != in vdso_init_from_sysinfo_ehdr()
|