Searched defs:e_ident (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 78 uchar_t e_ident[EI_NIDENT]; /* ident bytes */ member in struct:__anon1666::__anon1667 203 *class_ret = ehdr->e_ident[EI_CLASS]; 211 *class_ret = ehdr->e_ident[EI_CLASS]; 406 if ((hdr.ehdr.e_ident[EI_MAG0] == ELFMAG0) && 407 (hdr.ehdr.e_ident[EI_MAG1] == ELFMAG1) && 408 (hdr.ehdr.e_ident[EI_MAG2] == ELFMAG2) && 409 (hdr.ehdr.e_ident[EI_MAG3] == ELFMAG3)) { 411 class = hdr.ehdr.e_ident[EI_CLASS]; 431 (ld_elfdata == hdr.ehdr.e_ident[EI_DATA]) ?
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 46 uchar_t *e_ident; /* ehdr->e_ident */ member in struct:__anon1416 323 &cur_pc, state->cieRflag, state->e_ident, B_FALSE, 687 uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) 702 cfi_state.e_ident = e_ident; 704 cfi_state.do_swap = _elf_sys_encoding() != e_ident[EI_DATA]; 841 ciePflag, e_ident, B_FALSE, sh_addr, 926 e_ident, B_FALSE, sh_addr, off + ndx, gotaddr)) { 942 (cfi_state.cieRflag & ~DW_EH_PE_pcrel), e_ident, 686 dump_eh_frame(const char *file, char *sh_name, uchar_t *data, size_t datasize, uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) argument [all...] |
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | msg.c | 93 const char e_ident[] = "%s: is not an identifier"; variable
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 4 #define EI_NIDENT 16 /* Size of e_ident array. */ 166 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon2085 183 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon2086
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 65 unsigned char e_ident[EI_NIDENT]; /* basic identification block */ member in struct:__anon2184 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) \
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 56 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon407
|
H A D | elf64.h | 65 unsigned char e_ident[EI_NIDENT]; /* File identification. */ member in struct:__anon424
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.h | 102 GElf_Half file_class; /* ELF e_ident[EI_CLASS] from ehdr */ 176 unsigned char e_ident[EI_NIDENT]; member in struct:elf_file_header
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 70 unsigned char e_ident[EI_NIDENT]; /* ident bytes */ member in struct:__anon252 88 unsigned char e_ident[EI_NIDENT]; /* ident bytes */ member in struct:__anon253 106 #define EI_MAG0 0 /* e_ident[] indexes */
|
Completed in 58 milliseconds