Searched defs:EI_VERSION (Results 1 - 4 of 4) sorted by relevance

/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/grub/grub-0.97/stage2/
H A Di386-elf.h51 #define EI_VERSION 6 /* version number. "e_version" must be the same */ macro
72 Elf32_Word e_version; /* use same as "EI_VERSION" above */
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h112 #define EI_VERSION 6 /* File version */ macro
262 #define EV_NONE 0 /* e_version, EI_VERSION */
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h126 #define EI_VERSION 6 /* ELF format version. */ macro
141 /* Values for e_ident[EI_VERSION] and e_version. */

Completed in 58 milliseconds