| /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| dwarf.c | 44 uchar_t *e_ident; /* ehdr->e_ident */ member in struct:__anon1449 304 state->cieRflag, state->e_ident, 468 Half e_machine, uchar_t *e_ident) 479 cfi_state.e_ident = e_ident; 481 cfi_state.do_swap = _elf_sys_encoding() != e_ident[EI_DATA]; 571 &ndx, ciePflag, e_ident, 636 &ndx, cfi_state.cieRflag, e_ident, 640 e_ident, sh_addr, off + ndx) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/ld/common/ |
| ld.c | 79 uchar_t e_ident[EI_NIDENT]; /* ident bytes */ member in struct:__anon13::__anon14 177 *class_ret = ehdr->e_ident[EI_CLASS]; 185 *class_ret = ehdr->e_ident[EI_CLASS]; 380 if ((hdr.ehdr.e_ident[EI_MAG0] == ELFMAG0) && 381 (hdr.ehdr.e_ident[EI_MAG1] == ELFMAG1) && 382 (hdr.ehdr.e_ident[EI_MAG2] == ELFMAG2) && 383 (hdr.ehdr.e_ident[EI_MAG3] == ELFMAG3)) { 385 class = hdr.ehdr.e_ident[EI_CLASS]; 405 (ld_elfdata == hdr.ehdr.e_ident[EI_DATA]) ?
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| elf.h | 4 #define EI_NIDENT 16 /* Size of e_ident array. */ 166 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon2427 183 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon2428
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| i386-elf.h | 65 unsigned char e_ident[EI_NIDENT]; /* basic identification block */ member in struct:__anon2525 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) \
|
| /onnv/onnv-gate/usr/src/lib/libproc/common/ |
| Pcontrol.h | 95 GElf_Half file_class; /* ELF e_ident[EI_CLASS] from ehdr */ 162 unsigned char e_ident[EI_NIDENT]; member in struct:elf_file_header
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/data/ |
| msg.c | 93 const char e_ident[] = "%s: is not an identifier"; variable
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| elf.h | 66 unsigned char e_ident[EI_NIDENT]; /* ident bytes */ member in struct:__anon35 84 unsigned char e_ident[EI_NIDENT]; /* ident bytes */ member in struct:__anon36 102 #define EI_MAG0 0 /* e_ident[] indexes */
|