/linux-4.4.14/arch/s390/include/asm/ |
D | elf.h | 141 && (x)->e_ident[EI_CLASS] == ELF_CLASS) 144 && (x)->e_ident[EI_CLASS] == ELF_CLASS) 197 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
|
/linux-4.4.14/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 | 120 #define EI_CLASS 4 macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | elf.h | 62 ((x)->e_ident[EI_CLASS] == ELF_CLASS && \ 151 ((x)->e_ident[EI_CLASS] == ELFCLASS32 && \
|
/linux-4.4.14/arch/mips/include/asm/ |
D | elf.h | 232 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 263 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \ 365 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/linux-4.4.14/arch/mips/kernel/ |
D | elf.c | 78 if (ehdr32->e_ident[EI_CLASS] == ELFCLASS32) { in arch_elf_pt_proc() 145 is_mips64 = (ehdr->e_ident[EI_CLASS] == ELFCLASS64) || in arch_check_elf()
|
D | binfmt_elfn32.c | 40 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
|
D | binfmt_elfo32.c | 52 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
|
/linux-4.4.14/scripts/mod/ |
D | mk_elfconfig.c | 20 switch (ei[EI_CLASS]) { in main()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 174 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go() 177 } else if (hdr->e_ident[EI_CLASS] == ELFCLASS32) { in go()
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs_common.c | 74 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
|
D | relocs.c | 342 if (ehdr.e_ident[EI_CLASS] != ELF_CLASS) { in read_ehdr()
|
/linux-4.4.14/scripts/ |
D | sortextable.c | 297 switch (ehdr->e_ident[EI_CLASS]) { in do_file() 300 ehdr->e_ident[EI_CLASS], fname); in do_file()
|
D | recordmcount.c | 487 switch (ehdr->e_ident[EI_CLASS]) { in do_file() 490 ehdr->e_ident[EI_CLASS], fname); in do_file()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | elf.h | 94 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | elf_64.h | 203 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-minimal.c | 108 if (e_ident[EI_CLASS] == ELFCLASS32) { in filename__read_build_id() 310 return e_ident[EI_CLASS] == ELFCLASS64; in fd__is_64_bit()
|
/linux-4.4.14/fs/proc/ |
D | vmcore.c | 1016 ehdr.e_ident[EI_CLASS] != ELFCLASS64 || in parse_crash_elf64_headers() 1072 ehdr.e_ident[EI_CLASS] != ELFCLASS32|| in parse_crash_elf32_headers() 1125 if (e_ident[EI_CLASS] == ELFCLASS64) { in parse_crash_elf_headers() 1129 } else if (e_ident[EI_CLASS] == ELFCLASS32) { in parse_crash_elf_headers()
|
D | kcore.c | 334 elf->e_ident[EI_CLASS] = ELF_CLASS; in elf_kcore_store_hdr()
|
/linux-4.4.14/arch/arm/vdso/ |
D | vdsomunge.c | 169 if (inhdr->e_ident[EI_CLASS] != ELFCLASS32) in main()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | elf.h | 312 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 103 [EI_CLASS] = ELFCLASS32, in create_vma_map()
|
/linux-4.4.14/Documentation/vDSO/ |
D | parse_vdso.c | 104 if (hdr->e_ident[EI_CLASS] != in vdso_init_from_sysinfo_ehdr()
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 149 elf_class = ehdr->e_ident[EI_CLASS]; in map_vdso()
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_elf_loader.c | 63 class = ehdr->e_ident[EI_CLASS];
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 329 #define EI_CLASS 4 macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | crash.c | 439 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in prepare_elf64_headers()
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 471 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in ehdr_init()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | fadump.c | 770 elf->e_ident[EI_CLASS] = ELF_CLASS; in fadump_init_elfcore_header()
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 992 class = ehdr->e_ident[EI_CLASS]; in c8sectpfe_elf_sanity_check()
|
/linux-4.4.14/fs/ |
D | binfmt_elf_fdpic.c | 1317 elf->e_ident[EI_CLASS] = ELF_CLASS; in fill_elf_fdpic_header()
|
D | binfmt_elf.c | 1359 elf->e_ident[EI_CLASS] = ELF_CLASS; in fill_elf_header()
|