/openbmc/linux/arch/powerpc/boot/ |
H A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32() local 56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32() 57 elf32->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf32() 58 elf32->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf32() 59 elf32->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf32() 60 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32() 62 (elf32->e_type == ET_EXEC || in parse_elf32() 64 elf32->e_machine == EM_PPC)) in parse_elf32() 67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32() 68 for (i = 0; i < elf32->e_phnum; i++, elf32ph++) in parse_elf32() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | libhugetlbfs-elf_i386-avoid-search-host-library-path.patch | 20 @@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-i386", "elf32-i386", 21 "elf32-i386") 32 @@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-i386", "elf32-i386", 33 "elf32-i386")
|
/openbmc/u-boot/arch/sh/cpu/ |
H A D | u-boot.lds | 12 OUTPUT_FORMAT("elf32-shbig-linux", "elf32-shbig-linux", "elf32-sh-linux") 14 OUTPUT_FORMAT("elf32-sh-linux", "elf32-sh-linux", "elf32-sh-linux")
|
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 86 bool elf32; in arch_elf_pt_proc() local 91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc() 92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc() 95 if (elf32) { in arch_elf_pt_proc() 148 bool elf32; in arch_check_elf() local 151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf() 152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf() 194 if (elf32 && !(flags & EF_MIPS_ABI2)) { in arch_check_elf()
|
/openbmc/u-boot/tools/binman/test/ |
H A D | bss_data.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
H A D | u_boot_ucode_ptr.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
H A D | u_boot_binman_syms_bad.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
H A D | u_boot_binman_syms.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
/openbmc/u-boot/examples/standalone/ |
H A D | sparc.lds | 8 OUTPUT_FORMAT("elf32-sparc", "elf32-sparc", "elf32-sparc")
|
H A D | nds32.lds | 8 OUTPUT_FORMAT("elf32-nds32", "elf32-nds32", "elf32-nds32")
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
H A D | u-boot-spl.lds | 15 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/ |
H A D | u-boot-spl.lds | 15 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arc/cpu/ |
H A D | u-boot.lds | 8 OUTPUT_FORMAT("elf32-littlearc", "elf32-bigarc", "elf32-littlearc")
|
/openbmc/u-boot/arch/arm/cpu/arm1136/ |
H A D | u-boot-spl.lds | 16 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/ |
H A D | u-boot-spl.lds | 15 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | u-boot-spl-ipam390.lds | 13 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | u-boot-spl.lds | 16 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ |
H A D | u-boot.lds | 11 OUTPUT_FORMAT("elf32-nds32", "elf32-nds32", "elf32-nds32")
|
/openbmc/u-boot/board/samsung/common/ |
H A D | exynos-uboot-spl.lds | 14 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/board/davinci/da8xxevm/ |
H A D | u-boot-spl-da850evm.lds | 13 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/ |
H A D | u-boot-spl.lds | 18 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/mach-at91/armv7/ |
H A D | u-boot-spl.lds | 19 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | u-boot-spl.lds | 12 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | u-boot-spl.lds | 13 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/ |
H A D | u-boot-spl.lds | 21 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|