Home
last modified time | relevance | path

Searched refs:EI_VERSION (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Delf.c66 TEST_ASSERT(ident[EI_VERSION] == EV_CURRENT, in elfhdr_get()
72 filename, ident[EI_VERSION], EV_CURRENT); in elfhdr_get()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py17 EI_VERSION = 6 variable in ELFFile
83 self.my_assert(self.data[ELFFile.EI_VERSION], ELFFile.EV_CURRENT)
/openbmc/linux/arch/powerpc/boot/
H A Delf.h123 #define EI_VERSION 6 macro
/openbmc/linux/tools/perf/util/
H A Dsymbol-minimal.c107 e_ident[EI_VERSION] != EV_CURRENT) in filename__read_build_id()
312 e_ident[EI_VERSION] != EV_CURRENT) in fd__is_64_bit()
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c138 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in check_ehdr()
/openbmc/linux/scripts/
H A Dsorttable.c299 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
H A Drecordmcount.c559 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
/openbmc/linux/include/uapi/linux/
H A Delf.h340 #define EI_VERSION 6 macro
/openbmc/u-boot/tools/
H A Dmips-relocs.c241 if (ehdr32->e_ident[EI_VERSION] != EV_CURRENT) { in main()
/openbmc/linux/kernel/
H A Dkexec_elf.c72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT || in elf_is_ehdr_sane()
H A Dcrash_core.c360 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in crash_prepare_elf64_headers()
/openbmc/u-boot/include/
H A Delf.h41 #define EI_VERSION 6 /* ELF header version */ macro
/openbmc/linux/fs/proc/
H A Dvmcore.c1228 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf64_headers()
1284 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf32_headers()
H A Dkcore.c347 [EI_VERSION] = EV_CURRENT, in read_kcore_iter()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c362 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c459 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in ehdr_init()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/openbmc/qemu/include/
H A Delf.h1633 #define EI_VERSION 6 macro
/openbmc/qemu/dump/
H A Ddump.c149 elf_header->e_ident[EI_VERSION] = EV_CURRENT; in prepare_elf64_header()
176 elf_header->e_ident[EI_VERSION] = EV_CURRENT; in prepare_elf32_header()
/openbmc/linux/arch/x86/tools/
H A Drelocs.c381 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) { in read_ehdr()
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c973 elf->e_ident[EI_VERSION] = EV_CURRENT; in fadump_init_elfcore_header()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1238 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_fdpic_header()
H A Dbinfmt_elf.c1498 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_header()
/openbmc/qemu/linux-user/
H A Delfload.c2275 && ehdr->e_ident[EI_VERSION] == EV_CURRENT); in elf_check_ident()
4309 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_header()

12