Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/tools/
Drelocs_64.c10 #define ELF_CLASS ELFCLASS64
Drelocs_common.c74 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/linux-4.1.27/scripts/mod/
Dmk_elfconfig.c24 case ELFCLASS64: in main()
Dmodpost.c1794 #if KERNEL_ELFCLASS == ELFCLASS64 in section_rela()
1840 #if KERNEL_ELFCLASS == ELFCLASS64 in section_rel()
/linux-4.1.27/arch/um/include/shared/
Dcommon-offsets.h12 DEFINE(UM_ELFCLASS64, ELFCLASS64);
/linux-4.1.27/arch/powerpc/boot/
Dof.c57 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
Daddnote.c65 #define ELFCLASS64 2 macro
147 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main()
Delf_util.c28 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
Delf.h135 #define ELFCLASS64 2 macro
/linux-4.1.27/arch/mips/include/asm/
Delf.h262 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
271 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/alpha/include/asm/
Delf.h81 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/arm64/include/asm/
Delf.h92 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/sparc/include/asm/
Delf_64.h105 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/tile/include/asm/
Delf.h42 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/s390/include/asm/
Delf.h110 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/ia64/include/asm/
Delf.h24 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/mips/kernel/
Delf.c145 is_mips64 = (ehdr->e_ident[EI_CLASS] == ELFCLASS64) || in arch_check_elf()
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Delf.h111 # define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/x86/vdso/
Dvdso2c.c174 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go()
/linux-4.1.27/arch/x86/um/asm/
Delf.h128 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/arch/parisc/include/asm/
Delf.h234 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/Documentation/vDSO/
Dparse_vdso.c105 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
/linux-4.1.27/scripts/
Dsortextable.c307 case ELFCLASS64: { in do_file()
Drecordmcount.c419 case ELFCLASS64: { in do_file()
/linux-4.1.27/arch/x86/include/asm/
Delf.h70 #define ELF_CLASS ELFCLASS64
/linux-4.1.27/include/uapi/linux/
Delf.h344 #define ELFCLASS64 2 macro
/linux-4.1.27/tools/perf/util/
Dsymbol-minimal.c310 return e_ident[EI_CLASS] == ELFCLASS64; in fd__is_64_bit()
Dsymbol-elf.c686 ss->is_64_bit = (gelf_getclass(elf) == ELFCLASS64); in symsrc__init()
1135 *is_64_bit = (gelf_getclass(elf) == ELFCLASS64); in file__read_maps()
1158 if (gelf_getclass(elf) == ELFCLASS64) { in dso__type_fd()
/linux-4.1.27/fs/proc/
Dvmcore.c1016 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.1.27/arch/x86/kernel/
Dcrash.c441 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in prepare_elf64_headers()
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c505 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in ehdr_init()