/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_memory.c | 67 e_version = image[EI_VERSION]; in _libelf_memory()
|
H A D | libelf_ehdr.c | 99 eh->e_ident[EI_VERSION] = LIBELF_PRIVATE(version) & 0xFFU; \
|
H A D | elf_update.c | 585 (E)->e_ident[EI_VERSION] = (_version & 0xFFU); \ in _libelf_resync_elf()
|
/freebsd/sys/compat/linux/ |
H A D | linux_vdso.c | 115 MPASS(ehdr->e_ident[EI_VERSION] == EV_CURRENT); in __elfN()
|
/freebsd/lib/libkvm/ |
H A D | kvm_powerpc.c | 62 if (eh->e_ident[EI_VERSION] != EV_CURRENT) in valid_elf_header()
|
H A D | kvm_powerpc64.c | 63 if (eh->e_ident[EI_VERSION] != EV_CURRENT) in valid_elf_header()
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 110 ehdr->e_ident[EI_VERSION] == ELF_TARG_VER) { in __elf_is_okay__()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 163 #define EI_VERSION 6 macro
|
/freebsd/sys/kern/ |
H A D | kern_dump.c | 311 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in dumpsys_generic()
|
H A D | link_elf_obj.c | 386 hdr->e_ident[EI_VERSION] != EV_CURRENT || in link_elf_link_preload() 784 if (hdr->e_ident[EI_VERSION] != EV_CURRENT in link_elf_load_file()
|
H A D | imgact_elf.c | 496 hdr->e_ident[EI_VERSION] != EV_CURRENT || in __elfN() 1928 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in __elfN()
|
H A D | link_elf.c | 1044 if (hdr->e_ident[EI_VERSION] != EV_CURRENT || in link_elf_load_file()
|
/freebsd/libexec/rtld-elf/ |
H A D | map_object.c | 369 if (hdr->e_ident[EI_VERSION] != EV_CURRENT || in check_elf_headers()
|
/freebsd/sys/dev/ksyms/ |
H A D | ksyms.c | 286 hdr->kh_ehdr.e_ident[EI_VERSION] = EV_CURRENT; in ksyms_snapshot()
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 134 hdr->e_ident[EI_VERSION] != EV_CURRENT || /* Version ? */ in __elfN()
|
H A D | load_elf.c | 314 ehdr->e_ident[EI_VERSION] != EV_CURRENT) /* Version ? */ { in __elfN()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 132 #define EI_VERSION 6 /* ELF format version. */ macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 492 elf_file.ehdr.e_ident[EI_VERSION] = EV_CURRENT; in dump_elf32() 646 elf_file.ehdr.e_ident[EI_VERSION] = EV_CURRENT; in dump_elf64()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 55 EI_VERSION = 6, // File version. enumerator
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 491 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_puthdr()
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 62 ElfHeader.e_ident[EI_VERSION] = EV_CURRENT; in initELFHeader()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 1504 eHdr->e_ident[EI_VERSION] = EV_CURRENT; in writeARMCmseImportLib()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 512 _ELF_DEFINE_EI(EI_VERSION, 6, "file version") \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 475 Header.e_ident[EI_VERSION] = EV_CURRENT; in writeELFHeader()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 2281 printf("%-37s%d %s\n", " Version:", re->ehdr.e_ident[EI_VERSION], in dump_ehdr() 2282 elf_ver(re->ehdr.e_ident[EI_VERSION])); in dump_ehdr()
|