/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 152 case ELFCLASS64: in map_vdso() 189 if (elf_class == ELFCLASS64) in patch_vdso() 197 if (elf_class == ELFCLASS64) in get_symbols()
|
D | genvdso.h | 143 if (elf_class == ELFCLASS64) in FUNC()
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs_64.c | 10 #define ELF_CLASS ELFCLASS64
|
D | relocs_common.c | 74 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
|
/linux-4.4.14/scripts/mod/ |
D | mk_elfconfig.c | 24 case ELFCLASS64: in main()
|
D | modpost.c | 1798 #if KERNEL_ELFCLASS == ELFCLASS64 in section_rela() 1844 #if KERNEL_ELFCLASS == ELFCLASS64 in section_rel()
|
/linux-4.4.14/arch/um/include/shared/ |
D | common-offsets.h | 12 DEFINE(UM_ELFCLASS64, ELFCLASS64);
|
/linux-4.4.14/arch/powerpc/boot/ |
D | of.c | 57 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
|
D | addnote.c | 65 #define ELFCLASS64 2 macro 147 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main()
|
D | elf_util.c | 28 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
|
D | elf.h | 135 #define ELFCLASS64 2 macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | elf.h | 263 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \ 272 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | elf.h | 81 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | elf.h | 92 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/tile/include/asm/ |
D | elf.h | 40 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | elf_64.h | 106 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/s390/include/asm/ |
D | elf.h | 110 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | elf.h | 24 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/mips/kernel/ |
D | elf.c | 145 is_mips64 = (ehdr->e_ident[EI_CLASS] == ELFCLASS64) || in arch_check_elf()
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | elf.h | 111 # define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 174 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go()
|
/linux-4.4.14/arch/x86/um/asm/ |
D | elf.h | 128 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | elf.h | 234 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/Documentation/vDSO/ |
D | parse_vdso.c | 105 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
|
/linux-4.4.14/scripts/ |
D | sortextable.c | 312 case ELFCLASS64: { in do_file()
|
D | recordmcount.c | 506 case ELFCLASS64: { in do_file()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | elf.h | 70 #define ELF_CLASS ELFCLASS64
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 344 #define ELFCLASS64 2 macro
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-minimal.c | 310 return e_ident[EI_CLASS] == ELFCLASS64; in fd__is_64_bit()
|
D | symbol-elf.c | 692 ss->is_64_bit = (gelf_getclass(elf) == ELFCLASS64); in symsrc__init() 1153 *is_64_bit = (gelf_getclass(elf) == ELFCLASS64); in file__read_maps() 1176 if (gelf_getclass(elf) == ELFCLASS64) { in dso__type_fd()
|
/linux-4.4.14/fs/proc/ |
D | vmcore.c | 1016 ehdr.e_ident[EI_CLASS] != ELFCLASS64 || in parse_crash_elf64_headers() 1125 if (e_ident[EI_CLASS] == ELFCLASS64) { in parse_crash_elf_headers()
|
/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()
|