/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 4 #define EI_NIDENT 16 /* Size of e_ident array. */ macro 166 unsigned char e_ident[EI_NIDENT]; /* File identification. */ 183 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 144 if ((elf->ed_fsz >= EI_NIDENT) && in _elf_config() 145 (_elf_vm(elf, (size_t)0, (size_t)EI_NIDENT) == OK_YES) && in _elf_config() 155 elf->ed_identsz = EI_NIDENT; in _elf_config() 227 elf->ed_identsz = EI_NIDENT; in elf_memory()
|
H A D | gelf.c | 102 (void) memcpy(dst->e_ident, e->e_ident, EI_NIDENT); in gelf_getehdr() 160 (void) memcpy(d->e_ident, src->e_ident, EI_NIDENT); in gelf_update_ehdr()
|
/titanic_51/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 129 char magic_buf[EI_NIDENT]; in nlist() 142 if (read(fd, magic_buf, EI_NIDENT) == -1) { in nlist()
|
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 33 #define EI_NIDENT 16 macro 65 unsigned char e_ident[EI_NIDENT]; /* basic identification block */
|
/titanic_51/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 96 char magic_buf[EI_NIDENT+1]; in nlist() 109 if (read(fd, magic_buf, (size_t)EI_NIDENT) == -1) { in nlist() 113 magic_buf[EI_NIDENT] = '\0'; in nlist()
|
/titanic_51/usr/src/cmd/sgs/prof/common/ |
H A D | symintHdr.h | 116 unsigned char pe_ident[EI_NIDENT];
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 67 #define EI_NIDENT 16 macro 70 unsigned char e_ident[EI_NIDENT]; /* ident bytes */ 88 unsigned char e_ident[EI_NIDENT]; /* ident bytes */
|
/titanic_51/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_bargs.c | 58 char ident[EI_NIDENT]; in get_kernel_fd()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf32.h | 56 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
H A D | elf64.h | 65 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
H A D | elf_common.h | 131 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Pcontrol.h | 174 unsigned char e_ident[EI_NIDENT];
|
H A D | Pcore.c | 1597 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); in core_elf_fdopen() 1617 (void) memcpy(efp->e_hdr.e_ident, e32.e_ident, EI_NIDENT); in core_elf_fdopen()
|
/titanic_51/usr/src/cmd/halt/ |
H A D | halt.c | 841 unsigned char ident[EI_NIDENT]; in validate_unix() 888 (pread64(elffd, ident, EI_NIDENT, 0) != EI_NIDENT)) { in validate_unix()
|
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 300 for (i = 0; i < EI_NIDENT; i++) { in print_ehdr() 372 cnt = EI_NIDENT; in print_ehdr() 699 MSG_ORIG(MSG_STR_INDEX), 0, EI_NIDENT - 1, in cmd_body() 1391 if (elfedit_atoconst_range2(argv[0], 0, EI_NIDENT - 1, in cpl_e_ident()
|
/titanic_51/usr/src/cmd/file/ |
H A D | file.c | 1258 if (pread64(fd, ident, EI_NIDENT, 0) != EI_NIDENT) in check_ident() 1275 unsigned char ident[EI_NIDENT]; in elf_check()
|
/titanic_51/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 78 uchar_t e_ident[EI_NIDENT]; /* ident bytes */
|
/titanic_51/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 345 bcopy(src->e_ident, dst->e_ident, EI_NIDENT); in ehdr_to_gelf()
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 587 bcopy(ehdr->e_ident, gf->gf_ehdr.e_ident, EI_NIDENT); in gelf32_init()
|