| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64() 56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32()
|
| H A D | elf.h | 127 #define ELFMAG0 0x7f /* EI_MAG */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 36 TEST_ASSERT((ident[EI_MAG0] == ELFMAG0) && (ident[EI_MAG1] == ELFMAG1) in elfhdr_get() 44 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3); in elfhdr_get()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 56 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */ macro 93 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf_common.h | 84 #define ELFMAG0 0x7f macro 129 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 84 #define ELFMAG0 0x7f macro 129 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 84 #define ELFMAG0 0x7f macro 129 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 84 #define ELFMAG0 0x7f macro 129 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/ |
| H A D | vma_map.c | 95 [EI_MAG0] = ELFMAG0, in create_vma_map()
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/ |
| H A D | misc.c | 246 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 || in parse_elf()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | misc.c | 284 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 || in parse_elf()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 340 #define ELFMAG0 0x7f /* EI_MAG */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 280 assert_eq(elf.ehdr->e_ident[EI_MAG0], ELFMAG0, "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 D | elf.h | 339 #define ELFMAG0 0x7f /* EI_MAG */ 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 D | elf.h | 339 #define ELFMAG0 0x7f /* EI_MAG */ macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | img2srec.c | 267 || (elfHeader.e_ident[0] != ELFMAG0) in ConvertELF()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | insert-sys-cert.c | 323 if ((hdr->e_ident[EI_MAG0] != ELFMAG0) || in main()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | kcore.c | 334 [EI_MAG0] = ELFMAG0, in read_kcore()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | CVE-2022-4415-2.patch | 255 + if (elf[EI_MAG0] != ELFMAG0 ||
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/c8sectpfe/ |
| H A D | c8sectpfe-core.c | 997 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || 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 D | elf.h | 104 #define ELFMAG0 0x7f /* Magic number byte 0 */ 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 D | elf.h | 104 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 503 if ((hdr->e_ident[EI_MAG0] != ELFMAG0) || in parse_elf()
|