Home
last modified time | relevance | path

Searched refs:EI_CLASS (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Delf.h156 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
159 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
245 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
312 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
328 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
415 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Delf.h247 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
312 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
314 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf_util.c24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
60 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
H A Daddnote.c101 #define EI_CLASS 4 macro
142 e_class = buf[E_IDENT+EI_CLASS]; in main()
H A Dof.c53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
H A Delf.h121 #define EI_CLASS 4 macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Delf.c90 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc()
150 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
172 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py13 EI_CLASS = 4 variable in ELFFile
74 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:
76 elif self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS64:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch42 - if (elf_header->e_ident [EI_CLASS] != ElfW (CLASS))
70 - if (elf_header->e_ident [EI_CLASS] == ELFCLASS32)
72 - else if (elf_header->e_ident [EI_CLASS] == ELFCLASS64)
323 + if (elf_header->e_ident [EI_CLASS] == ELFCLASS32)
325 + else if (elf_header->e_ident [EI_CLASS] == ELFCLASS64)
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c45 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get()
51 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h27 return ehdr->e_ident[EI_CLASS]; in fw_elf_get_class()
33 hdr->e_ident[EI_CLASS] = class; in elf_hdr_init_ident()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvdso2c.c148 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go()
151 } else if (hdr->e_ident[EI_CLASS] == ELFCLASS32) { in go()
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvdso2c.c173 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) { in go()
176 } else if (hdr->e_ident[EI_CLASS] == ELFCLASS32) { in go()
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_elf.c135 if (ehdr->e_ident[EI_CLASS] != ELF_CLASS) { in elf_read_ehdr()
160 switch (ehdr->e_ident[EI_CLASS]) { in elf_read_ehdr()
218 switch (ehdr->e_ident[EI_CLASS]) { in elf_read_phdr()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmk_elfconfig.c21 switch (ei[EI_CLASS]) { in main()
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_main.c79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs_common.c75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c360 switch (ehdr->e_ident[EI_CLASS]) { in do_file()
385 ehdr->e_ident[EI_CLASS], fname); in do_file()
H A Drecordmcount.c576 switch (ehdr->e_ident[EI_CLASS]) { in do_file()
579 ehdr->e_ident[EI_CLASS], fname); in do_file()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c63 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-minimal.c115 if (e_ident[EI_CLASS] == ELFCLASS32) { in filename__read_build_id()
315 return e_ident[EI_CLASS] == ELFCLASS64; in fd__is_64_bit()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c1209 ehdr.e_ident[EI_CLASS] != ELFCLASS64 || in parse_crash_elf64_headers()
1265 ehdr.e_ident[EI_CLASS] != ELFCLASS32|| in parse_crash_elf32_headers()
1318 if (e_ident[EI_CLASS] == ELFCLASS64) { in parse_crash_elf_headers()
1322 } else if (e_ident[EI_CLASS] == ELFCLASS32) { in parse_crash_elf_headers()
1381 if (e_ident[EI_CLASS] == ELFCLASS64) { in vmcoredd_update_program_headers()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Delf_64.h205 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Delf.h89 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \

123