Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_firmware.c49 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32) { in pfe_load_elf()
51 elf_hdr->e_ident[EI_CLASS]); in pfe_load_elf()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py16 EI_CLASS = 4 variable in ELFFile
77 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:
79 elif self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS64:
/openbmc/openbmc/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)
/openbmc/u-boot/tools/
H A Dprelink-riscv.c93 bool is64 = e_ident[EI_CLASS] == ELFCLASS64; in main()
H A Dmips-relocs.c247 switch (ehdr32->e_ident[EI_CLASS]) { in main()
H A Dzynqmpbif.c660 switch (ehdr32->e_ident[EI_CLASS]) { in bif_add_elf()
671 printf("Unknown ELF class: %d\n", ehdr32->e_ident[EI_CLASS]); in bif_add_elf()
/openbmc/u-boot/cmd/
H A Delf.c154 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_elf_image_phdr()
188 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_elf_image_shdr()
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c147 if (ehdr->e_ident[EI_CLASS] != ELFCLASS64 || in check_ehdr()
/openbmc/u-boot/include/
H A Delf.h39 #define EI_CLASS 4 /* file class */ macro
/openbmc/qemu/dump/
H A Ddump.c148 elf_header->e_ident[EI_CLASS] = ELFCLASS64; in prepare_elf64_header()
175 elf_header->e_ident[EI_CLASS] = ELFCLASS32; in prepare_elf32_header()
/openbmc/qemu/include/
H A Delf.h1638 #define EI_CLASS 4 macro
/openbmc/qemu/linux-user/
H A Delfload.c288 && ehdr->e_ident[EI_CLASS] == ELF_CLASS in elf_check_ident()
2185 elf->e_ident[EI_CLASS] = ELF_CLASS; in fill_elf_header()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch68 proc->e_class = lte.ehdr.e_ident[EI_CLASS];
/openbmc/qemu/disas/
H A Dmips.c4910 if (header->e_ident[EI_CLASS] == ELFCLASS64)