/linux-4.4.14/arch/powerpc/boot/ |
D | addnote.c | 64 #define ELFCLASS32 1 macro 66 static int e_class = ELFCLASS32; 99 #define E_PHOFF (e_class == ELFCLASS32 ? 28 : 32) 100 #define E_PHENTSIZE (e_class == ELFCLASS32 ? 42 : 54) 101 #define E_PHNUM (e_class == ELFCLASS32 ? 44 : 56) 102 #define E_HSIZE (e_class == ELFCLASS32 ? 52 : 64) 109 #define PH_OFFSET (e_class == ELFCLASS32 ? 4 : 8) 110 #define PH_FILESZ (e_class == ELFCLASS32 ? 16 : 32) 111 #define PH_HSIZE (e_class == ELFCLASS32 ? 32 : 56) 147 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main() [all …]
|
D | elf_util.c | 64 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
|
D | elf.h | 134 #define ELFCLASS32 1 macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | elf.h | 42 #define ELF_CLASS ELFCLASS32 151 ((x)->e_ident[EI_CLASS] == ELFCLASS32 && \
|
/linux-4.4.14/arch/mips/kernel/ |
D | binfmt_elfn32.c | 13 #define ELF_CLASS ELFCLASS32 40 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
|
D | binfmt_elfo32.c | 13 #define ELF_CLASS ELFCLASS32 52 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
|
D | elf.c | 78 if (ehdr32->e_ident[EI_CLASS] == ELFCLASS32) { in arch_elf_pt_proc()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | elf.h | 232 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 248 #define ELF_CLASS ELFCLASS32 365 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/linux-4.4.14/arch/openrisc/include/uapi/asm/ |
D | elf.h | 65 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs_32.c | 10 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/nios2/include/uapi/asm/ |
D | elf.h | 61 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/arc/include/asm/ |
D | elf.h | 31 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | elf.h | 47 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/scripts/mod/ |
D | mk_elfconfig.c | 21 case ELFCLASS32: in main()
|
D | modpost.h | 20 #if KERNEL_ELFCLASS == ELFCLASS32
|
D | file2alias.c | 18 #if KERNEL_ELFCLASS == ELFCLASS32
|
/linux-4.4.14/include/linux/ |
D | elf.h | 23 #if ELF_CLASS == ELFCLASS32
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | elf.h | 42 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/um/include/shared/ |
D | common-offsets.h | 11 DEFINE(UM_ELFCLASS32, ELFCLASS32);
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | elf.h | 72 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | elf.h | 25 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | elf_32.h | 104 #define ELF_CLASS ELFCLASS32
|
D | elf_64.h | 203 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | elf.h | 56 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | elf.h | 84 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/metag/include/asm/ |
D | elf.h | 71 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/arm/include/asm/ |
D | elf.h | 69 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | elf.h | 47 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/score/include/asm/ |
D | elf.h | 47 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/microblaze/include/uapi/asm/ |
D | elf.h | 33 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/fs/ |
D | compat_binfmt_elf.c | 27 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | elf.h | 53 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/frv/include/asm/ |
D | elf.h | 80 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | elf.h | 94 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | elf.h | 66 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/parisc/kernel/ |
D | binfmt_elf32.c | 13 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/s390/include/asm/ |
D | elf.h | 197 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | elf.h | 125 #define ELF_CLASS ELFCLASS32
|
/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/hexagon/include/asm/ |
D | elf.h | 176 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | elf.h | 119 # define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 177 } else if (hdr->e_ident[EI_CLASS] == ELFCLASS32) { in go()
|
/linux-4.4.14/arch/x86/um/asm/ |
D | elf.h | 32 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | elf.h | 236 #define ELF_CLASS ELFCLASS32
|
/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 | 105 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 151 case ELFCLASS32: in map_vdso()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | elf.h | 84 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_elf_loader.c | 64 if (class != ELFCLASS32) {
|
/linux-4.4.14/scripts/ |
D | sortextable.c | 303 case ELFCLASS32: in do_file()
|
D | recordmcount.c | 493 case ELFCLASS32: in do_file()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | elf.h | 40 #define ELF_CLASS ELFCLASS32
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 343 #define ELFCLASS32 1 macro
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-minimal.c | 108 if (e_ident[EI_CLASS] == ELFCLASS32) { in filename__read_build_id()
|
D | symbol-elf.c | 1325 if (from->elfclass == ELFCLASS32) { in kcore__copy_hdr()
|
/linux-4.4.14/fs/proc/ |
D | vmcore.c | 1072 ehdr.e_ident[EI_CLASS] != ELFCLASS32|| in parse_crash_elf32_headers() 1129 } else if (e_ident[EI_CLASS] == ELFCLASS32) { in parse_crash_elf_headers()
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 993 if (class != ELFCLASS32) { in c8sectpfe_elf_sanity_check()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 776 ELFCLASS32, ELFDATA2MSB, EV_CURRENT },
|