/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 66 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 D | qa.py | 18 EI_VERSION = 6 variable in ELFFile 84 self.my_assert(self.data[ELFFile.EI_VERSION], ELFFile.EV_CURRENT)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | elf.h | 123 #define EI_VERSION 6 macro
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-minimal.c | 107 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 D | remoteproc_elf_helpers.h | 35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.c | 153 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in check_ehdr()
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 299 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
|
H A D | recordmcount.c | 559 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 340 #define EI_VERSION 6 macro
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 241 if (ehdr32->e_ident[EI_VERSION] != EV_CURRENT) { in main()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 41 #define EI_VERSION 6 /* ELF header version */ macro
|
/openbmc/linux/kernel/ |
H A D | kexec_elf.c | 72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT || in elf_is_ehdr_sane()
|
H A D | crash_core.c | 360 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in crash_prepare_elf64_headers()
|
/openbmc/linux/fs/proc/ |
H A D | vmcore.c | 1231 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf64_headers() 1287 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf32_headers()
|
H A D | kcore.c | 361 [EI_VERSION] = EV_CURRENT, in read_kcore_iter()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 362 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | crash_dump.c | 459 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in ehdr_init()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 150 elf_header->e_ident[EI_VERSION] = EV_CURRENT; in prepare_elf64_header() 177 elf_header->e_ident[EI_VERSION] = EV_CURRENT; in prepare_elf32_header()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1633 #define EI_VERSION 6 macro
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 381 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) { in read_ehdr()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 964 elf->e_ident[EI_VERSION] = EV_CURRENT; in fadump_init_elfcore_header()
|
/openbmc/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 1238 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_fdpic_header()
|
H A D | binfmt_elf.c | 1499 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_header()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2216 && ehdr->e_ident[EI_VERSION] == EV_CURRENT); in elf_check_ident() 4105 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_header()
|