/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 51 #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 D | ehdr.c | 324 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 D | ehdr.msg | 190 # 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 D | begin.c | 149 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 D | update.c | 180 p[EI_VERSION] = (Byte)ver; in _elf_upd_lib() 363 p[EI_VERSION] = (Byte)ver; in _elf_upd_usr()
|
H A D | libelf.msg | 66 @ EFMT_VER2 "Format error: ehdr EI_VERSION/e_version mismatch"
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_object_detector.c | 95 #define EI_VERSION 6 macro 287 if (h->e_ident[EI_VERSION] != 1 /* EV_CURRENT */) { in fill_in_elf_fields()
|
H A D | dwarf_elf_defines.h | 871 #ifndef EI_VERSION 872 #define EI_VERSION 6 macro
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 117 return (EI_Ehdr.e_ident[EI_VERSION] ? in get_version() 118 EI_Ehdr.e_ident[EI_VERSION] : 1); in get_version()
|
H A D | file.c | 1313 version = ident[EI_VERSION] ? ident[EI_VERSION] : 1; in elf_check()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 135 #define EI_VERSION 6 /* File version byte index */ macro
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 129 fvers = (unsigned)magic_buf[EI_VERSION]; in nlist()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 113 #define EI_VERSION 6 /* File version */ macro
|
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf_obj.c | 118 hdr->e_ident[EI_VERSION] != EV_CURRENT || /* Version ? */ in __elfN()
|
H A D | load_elf.c | 123 ehdr->e_ident[EI_VERSION] != EV_CURRENT || /* Version ? */ in __elfN()
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 611 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in objfs_data_read()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 126 #define EI_VERSION 6 /* ELF format version. */ macro
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 480 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 D | elf.msg | 451 @ MSG_EI_VERSION_CF "EI_VERSION" # 6
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1176 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in Pfgcore() 1234 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in Pfgcore()
|
H A D | Psymtab.c | 1067 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 D | static_prof.c | 478 if (!(ptr->e_ident[EI_VERSION] == EV_CURRENT) && in obj_elf_hdr()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 1377 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in mdb_gelf_symtab_create_mutable()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2219 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in elfcore()
|