Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h51 #define EI_VERSION 6 /* version number. "e_version" must be the same */ macro
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c324 case EI_VERSION: in print_ehdr()
326 ELFEDIT_CONST_EI, EI_VERSION, 1); in print_ehdr()
328 ehdr->e_ident[EI_VERSION], 0, &inv_buf); in print_ehdr()
413 case EI_VERSION: in print_ehdr()
416 ehdr->e_ident[EI_VERSION], 0, in print_ehdr()
592 c = ehdr->e_ident[EI_VERSION]; in print_ehdr()
1270 ELFEDIT_CONST_EI, EI_VERSION, 1); in cmd_body()
1272 if (ehdr->e_ident[EI_VERSION] == ver) { in cmd_body()
1279 conv_ehdr_vers(ehdr->e_ident[EI_VERSION], in cmd_body()
1283 ehdr->e_ident[EI_VERSION] = ver; in cmd_body()
[all …]
H A Dehdr.msg190 # Note: EI_VERSION uses the same string as E_VERSION, above
254 Note: The e_ident[EI_VERSION] element of the ELF header\n\
531 is found in the e_ident[EI_VERSION] field of the ELF header.\n\
534 of e_ident[EI_VERSION] is shown. If called with the value\n\
535 argument, the e_ident[EI_VERSION] field is updated with the\n\
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c149 if ((elf->ed_version = base[EI_VERSION]) == 0) in _elf_config()
220 if ((elf->ed_version = image[EI_VERSION]) == 0) in elf_memory()
H A Dupdate.c180 p[EI_VERSION] = (Byte)ver; in _elf_upd_lib()
363 p[EI_VERSION] = (Byte)ver; in _elf_upd_usr()
H A Dlibelf.msg66 @ EFMT_VER2 "Format error: ehdr EI_VERSION/e_version mismatch"
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c95 #define EI_VERSION 6 macro
287 if (h->e_ident[EI_VERSION] != 1 /* EV_CURRENT */) { in fill_in_elf_fields()
H A Ddwarf_elf_defines.h871 #ifndef EI_VERSION
872 #define EI_VERSION 6 macro
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c117 return (EI_Ehdr.e_ident[EI_VERSION] ? in get_version()
118 EI_Ehdr.e_ident[EI_VERSION] : 1); in get_version()
H A Dfile.c1313 version = ident[EI_VERSION] ? ident[EI_VERSION] : 1; in elf_check()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h135 #define EI_VERSION 6 /* File version byte index */ macro
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c129 fvers = (unsigned)magic_buf[EI_VERSION]; in nlist()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h113 #define EI_VERSION 6 /* File version */ macro
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c118 hdr->e_ident[EI_VERSION] != EV_CURRENT || /* Version ? */ in __elfN()
H A Dload_elf.c123 ehdr->e_ident[EI_VERSION] != EV_CURRENT || /* Version ? */ in __elfN()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c611 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in objfs_data_read()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h126 #define EI_VERSION 6 /* ELF format version. */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c480 elf_file.ehdr.e_ident[EI_VERSION] = EV_CURRENT; in dump_elf32()
617 elf_file.ehdr.e_ident[EI_VERSION] = EV_CURRENT; in dump_elf64()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg451 @ MSG_EI_VERSION_CF "EI_VERSION" # 6
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1176 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in Pfgcore()
1234 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in Pfgcore()
H A DPsymtab.c1067 ehdr->e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr32()
1121 ehdr->e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr64()
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c478 if (!(ptr->e_ident[EI_VERSION] == EV_CURRENT) && in obj_elf_hdr()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c1377 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in mdb_gelf_symtab_create_mutable()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2219 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in elfcore()