Searched defs:e_ident (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h94 GElf_Half file_class; /* ELF e_ident[EI_CLASS] from ehdr */
165 unsigned char e_ident[EI_NIDENT]; member in struct:elf_file_header
/osnet-11/usr/src/lib/libshell/common/data/
H A Dmsg.c93 const char e_ident[] = "%s: is not an identifier"; variable
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Delf.h4 #define EI_NIDENT 16 /* Size of e_ident array. */
166 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon209
183 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon210
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h65 unsigned char e_ident[EI_NIDENT]; /* basic identification block */ member in struct:__anon307
96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h66 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon721
84 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon722
100 /* Fields in the e_ident array. The EI_* macros are indices into the

Completed in 34 milliseconds