Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c152 case ELFCLASS64: in map_vdso()
189 if (elf_class == ELFCLASS64) in patch_vdso()
197 if (elf_class == ELFCLASS64) in get_symbols()
Dgenvdso.h143 if (elf_class == ELFCLASS64) in FUNC()
/linux-4.4.14/arch/x86/tools/
Drelocs_64.c10 #define ELF_CLASS ELFCLASS64
Drelocs_common.c74 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/linux-4.4.14/scripts/mod/
Dmk_elfconfig.c24 case ELFCLASS64: in main()
Dmodpost.c1798 #if KERNEL_ELFCLASS == ELFCLASS64 in section_rela()
1844 #if KERNEL_ELFCLASS == ELFCLASS64 in section_rel()
/linux-4.4.14/arch/um/include/shared/
Dcommon-offsets.h12 DEFINE(UM_ELFCLASS64, ELFCLASS64);
/linux-4.4.14/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.4.14/arch/mips/include/asm/
Delf.h263 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
272 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/alpha/include/asm/
Delf.h81 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/arm64/include/asm/
Delf.h92 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/tile/include/asm/
Delf.h40 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/sparc/include/asm/
Delf_64.h106 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/s390/include/asm/
Delf.h110 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/ia64/include/asm/
Delf.h24 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/mips/kernel/
Delf.c145 is_mips64 = (ehdr->e_ident[EI_CLASS] == ELFCLASS64) || in arch_check_elf()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Delf.h111 # define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.c174 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go()
/linux-4.4.14/arch/x86/um/asm/
Delf.h128 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/arch/parisc/include/asm/
Delf.h234 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/Documentation/vDSO/
Dparse_vdso.c105 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
/linux-4.4.14/scripts/
Dsortextable.c312 case ELFCLASS64: { in do_file()
Drecordmcount.c506 case ELFCLASS64: { in do_file()
/linux-4.4.14/arch/x86/include/asm/
Delf.h70 #define ELF_CLASS ELFCLASS64
/linux-4.4.14/include/uapi/linux/
Delf.h344 #define ELFCLASS64 2 macro
/linux-4.4.14/tools/perf/util/
Dsymbol-minimal.c310 return e_ident[EI_CLASS] == ELFCLASS64; in fd__is_64_bit()
Dsymbol-elf.c692 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/
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.4.14/arch/x86/kernel/
Dcrash.c439 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in prepare_elf64_headers()
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c471 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in ehdr_init()