Home
last modified time | relevance | path

Searched refs:elf64 (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/arch/powerpc/boot/
H A Delf_util.c16 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 Dof.c51 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 D0002-libhugetlbfs-avoid-search-host-library-path-for-cros.patch49 @@ -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 Dvma.c64 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 Du-boot-spl.lds19 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
H A Du-boot.lds13 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/openbmc/u-boot/arch/x86/lib/
H A Delf_x86_64_efi.lds8 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds10 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/openbmc/u-boot/arch/riscv/lib/
H A Delf_riscv64_efi.lds10 OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds10 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/openbmc/u-boot/arch/arm/lib/
H A Delf_aarch64_efi.lds8 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-64.lds8 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch61 -*_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 Dconfig.mk10 64bit-bfd := elf64-tradbigmips
19 64bit-bfd := elf64-tradlittlemips
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A Dgrub-module-explicitly-keeps-symbole-.module_license.patch12 all_video.mod: file format elf64-x86-64
29 all_video.mod: file format elf64-x86-64
/openbmc/linux/arch/s390/boot/
H A DMakefile92 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 Dtest_encl.lds1 OUTPUT_FORMAT(elf64-x86-64)
/openbmc/linux/arch/alpha/boot/
H A Dbootloader.lds2 OUTPUT_FORMAT("elf64-alpha")
/openbmc/qemu/include/disas/
H A Ddisas.h32 struct elf64_sym *elf64; member
/openbmc/linux/arch/loongarch/boot/
H A DMakefile23 EFI_ZBOOT_BFD_TARGET := elf64-loongarch
/openbmc/linux/arch/x86/
H A DMakefile.um54 ELF_FORMAT := elf64-x86-64
/openbmc/linux/arch/arm64/boot/
H A DMakefile43 EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A D0001-locktest-Makefile.am-Do-not-use-build-flags.patch13 …utils/2.6.3-r0/recipe-sysroot-native/usr/lib/libsqlite3.so is incompatible with elf64-littleaarch64
/openbmc/linux/arch/s390/purgatory/
H A DMakefile45 OBJCOPYFLAGS_purgatory.ro := -O elf64-s390
/openbmc/u-boot/arch/x86/
H A Dconfig.mk53 EFIPAYLOAD_BFDTARGET = elf64-x86-64

12