/openbmc/linux/arch/powerpc/boot/ |
H A D | elf_util.c | 16 Elf64_Ehdr *elf64 = hdr; in parse_elf64() local 20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64() 21 elf64->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf64() 22 elf64->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf64() 23 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64() 24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64() 26 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64() 28 elf64->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf64() 30 (elf64->e_type == ET_EXEC || in parse_elf64() 31 elf64->e_type == ET_DYN) && in parse_elf64() [all …]
|
H A D | of.c | 51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr() local 53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0002-libhugetlbfs-avoid-search-host-library-path-for-cros.patch | 49 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc", 50 "elf64-powerpc") 62 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc", 63 "elf64-powerpc") 75 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", 76 "elf64-x86-64") 88 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", 89 "elf64-x86-64")
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vma.c | 64 struct vdso_elfinfo64 elf64; member 89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() 119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64() 205 bool elf64) in find_sections() argument 207 if (elf64) in find_sections() 214 const char *new_target, bool elf64) in patch_one_symbol() argument 216 if (elf64) in patch_one_symbol() 222 static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) in stick_patch() argument 226 err = find_sections(image, e, elf64); in stick_patch() 232 "__vdso_gettimeofday_stick", elf64); in stick_patch() [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | u-boot-spl.lds | 19 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
|
H A D | u-boot.lds | 13 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | elf_x86_64_efi.lds | 8 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | u-boot.lds | 10 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | elf_riscv64_efi.lds | 10 OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")
|
/openbmc/u-boot/board/qualcomm/dragonboard820c/ |
H A D | u-boot.lds | 10 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | elf_aarch64_efi.lds | 8 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | u-boot-64.lds | 8 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0003-debug-prefix-map.patch | 61 -*_GCC48_X64_NASM_FLAGS = -f elf64 62 +*_GCC48_X64_NASM_FLAGS = -f elf64 ENV(NASM_PREFIX_MAP) 79 -*_GCC49_X64_NASM_FLAGS = -f elf64 80 +*_GCC49_X64_NASM_FLAGS = -f elf64 ENV(NASM_PREFIX_MAP) 97 -*_GCC5_X64_NASM_FLAGS = -f elf64 98 +*_GCC5_X64_NASM_FLAGS = -f elf64 ENV(NASM_PREFIX_MAP)
|
/openbmc/u-boot/arch/mips/ |
H A D | config.mk | 10 64bit-bfd := elf64-tradbigmips 19 64bit-bfd := elf64-tradlittlemips
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | grub-module-explicitly-keeps-symbole-.module_license.patch | 12 all_video.mod: file format elf64-x86-64 29 all_video.mod: file format elf64-x86-64
|
/openbmc/linux/arch/s390/boot/ |
H A D | Makefile | 92 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.… 100 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info 131 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | test_encl.lds | 1 OUTPUT_FORMAT(elf64-x86-64)
|
/openbmc/linux/arch/alpha/boot/ |
H A D | bootloader.lds | 2 OUTPUT_FORMAT("elf64-alpha")
|
/openbmc/qemu/include/disas/ |
H A D | disas.h | 32 struct elf64_sym *elf64; member
|
/openbmc/linux/arch/loongarch/boot/ |
H A D | Makefile | 23 EFI_ZBOOT_BFD_TARGET := elf64-loongarch
|
/openbmc/linux/arch/x86/ |
H A D | Makefile.um | 54 ELF_FORMAT := elf64-x86-64
|
/openbmc/linux/arch/arm64/boot/ |
H A D | Makefile | 43 EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | 0001-locktest-Makefile.am-Do-not-use-build-flags.patch | 13 …utils/2.6.3-r0/recipe-sysroot-native/usr/lib/libsqlite3.so is incompatible with elf64-littleaarch64
|
/openbmc/linux/arch/s390/purgatory/ |
H A D | Makefile | 45 OBJCOPYFLAGS_purgatory.ro := -O elf64-s390
|
/openbmc/u-boot/arch/x86/ |
H A D | config.mk | 53 EFIPAYLOAD_BFDTARGET = elf64-x86-64
|