Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A Dlibhugetlbfs-avoid-search-host-library-path-for-cros.patch50 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc",
51 "elf64-powerpc")
63 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc",
64 "elf64-powerpc")
76 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
77 "elf64-x86-64")
89 @@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
90 "elf64-x86-64")
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dmips64.lds11 OUTPUT_FORMAT("elf64-tradbigmips", "elf64-tradbigmips", "elf64-tradlittlemips")
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot-spl.lds
/OK3568_Linux_fs/u-boot/
H A Du-boot.lds
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.lds
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Du-boot-64.lds9 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
/OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds11 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Delf_x86_64_efi.lds9 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Du-boot-spl.lds20 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
H A Du-boot.lds14 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Delf_aarch64_efi.lds9 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Du-boot-tpl-v8.lds15 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0005-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)
/OK3568_Linux_fs/u-boot/arch/mips/
H A Dconfig.mk12 64bit-bfd := elf64-tradbigmips
21 64bit-bfd := elf64-tradlittlemips
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/lib/ldscripts/
H A Daarch64linux.xu6 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64linux.xr6 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64elfb.xr6 OUTPUT_FORMAT("elf64-bigaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64linuxb.xu6 OUTPUT_FORMAT("elf64-bigaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64elfb.xu6 OUTPUT_FORMAT("elf64-bigaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64elf.xu6 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64elf.xr6 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")
H A Daarch64linuxb.xr6 OUTPUT_FORMAT("elf64-bigaarch64", "elf64-bigaarch64",
7 "elf64-littleaarch64")

123456