Home
last modified time | relevance | path

Searched refs:ELFMAG3 (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf_util.c23 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64()
59 elf32->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf32()
H A Delf.h130 #define ELFMAG3 'F' macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c37 && (ident[EI_MAG2] == ELFMAG2) && (ident[EI_MAG3] == ELFMAG3), in elfhdr_get()
44 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3); in elfhdr_get()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h59 #define ELFMAG3 'F' /* e_ident[EI_MAG3] */ macro
96 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h87 #define ELFMAG3 'F' macro
132 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h87 #define ELFMAG3 'F' macro
132 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h87 #define ELFMAG3 'F' macro
132 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h87 #define ELFMAG3 'F' macro
132 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dvma_map.c98 [EI_MAG3] = ELFMAG3, in create_vma_map()
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dmisc.c249 ehdr.e_ident[EI_MAG3] != ELFMAG3) { in parse_elf()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c287 ehdr.e_ident[EI_MAG3] != ELFMAG3) { in parse_elf()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h343 #define ELFMAG3 'F' macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c283 assert_eq(elf.ehdr->e_ident[EI_MAG3], ELFMAG3, "0x%x"); in init_elf()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h342 #define ELFMAG3 'F' macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h342 #define ELFMAG3 'F' macro
/OK3568_Linux_fs/u-boot/tools/
H A Dimg2srec.c270 || (elfHeader.e_ident[3] != ELFMAG3) in ConvertELF()
/OK3568_Linux_fs/kernel/scripts/
H A Dinsert-sys-cert.c326 (hdr->e_ident[EI_MAG3] != ELFMAG3)) { in main()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dkcore.c337 [EI_MAG3] = ELFMAG3, in read_kcore()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-4415-2.patch258 + elf[EI_MAG3] != ELFMAG3 ||
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-core.c1000 ehdr->e_ident[EI_MAG3] != ELFMAG3) { in c8sectpfe_elf_sanity_check()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h113 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h113 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c506 (hdr->e_ident[EI_MAG3] != ELFMAG3)) { in parse_elf()