Home
last modified time | relevance | path

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

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c67 e_version = image[EI_VERSION]; in _libelf_memory()
H A Dlibelf_ehdr.c94 eh->e_ident[EI_VERSION] = LIBELF_PRIVATE(version) & 0xFFU; \
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c109 #define EI_VERSION 6 /* File version */ macro
369 || header[EI_VERSION] != EV_CURRENT) in simple_object_elf_match()
727 buf[EI_VERSION] = EV_CURRENT; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c109 #define EI_VERSION 6 /* File version */ macro
369 || header[EI_VERSION] != EV_CURRENT) in simple_object_elf_match()
726 buf[EI_VERSION] = EV_CURRENT; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c109 #define EI_VERSION 6 /* File version */ macro
369 || header[EI_VERSION] != EV_CURRENT) in simple_object_elf_match()
726 buf[EI_VERSION] = EV_CURRENT; in simple_object_elf_write_ehdr()
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c105 if (elf_header.e_ident[EI_VERSION] != EV_CURRENT) in update_elf_header()
109 file_name, elf_header.e_ident[EI_VERSION], in update_elf_header()
/dragonfly/contrib/file/src/
H A Dreadelf.h163 #define EI_VERSION 6 macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c309 if (elf_header.e_ident[EI_VERSION] != EV_CURRENT) in update_elf_header()
313 file_name, elf_header.e_ident[EI_VERSION], in update_elf_header()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcore.h358 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in NAME()
/dragonfly/lib/libc/gen/
H A Dnlist.c216 ehdr->e_ident[EI_VERSION] == ELF_TARG_VER) { in __elf_is_okay__()
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc291 e_ident[elfcpp::EI_VERSION] = elfcpp::EV_CURRENT; in write_file_header()
/dragonfly/sys/sys/
H A Delf_common.h62 #define EI_VERSION 6 /* ELF format version. */ macro
/dragonfly/contrib/binutils-2.27/gold/
H A Dbinary.cc291 e_ident[elfcpp::EI_VERSION] = elfcpp::EV_CURRENT; in write_file_header()
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c292 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in md_dumpsys()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c113 #define EI_VERSION 6 /* File version */ macro
439 || header[EI_VERSION] != EV_CURRENT) in simple_object_elf_match()
806 buf[EI_VERSION] = EV_CURRENT; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c113 #define EI_VERSION 6 /* File version */ macro
439 || header[EI_VERSION] != EV_CURRENT) in simple_object_elf_match()
798 buf[EI_VERSION] = EV_CURRENT; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h57 #define EI_VERSION 6 /* File version */ macro
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c357 if (hdr->e_ident[EI_VERSION] != EV_CURRENT || in get_elf_header()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h57 #define EI_VERSION 6 /* File version */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c292 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h57 #define EI_VERSION 6 /* File version */ macro
/dragonfly/stand/boot/common/
H A Dload_elf_obj.c117 hdr->e_ident[EI_VERSION] != EV_CURRENT || /* Version ? */ in __elfN()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c157 #undef EI_VERSION
234 #define EI_VERSION 6 macro
2716 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in elf_add()
/dragonfly/sys/kern/
H A Dlink_elf_obj.c212 hdr->e_ident[EI_VERSION] != EV_CURRENT || in link_elf_obj_preload_file()
468 if (hdr->e_ident[EI_VERSION] != EV_CURRENT in link_elf_obj_load_file()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_file.h339 int v = ehdr_buf[elfcpp::EI_VERSION]; in is_valid_header()

12