Searched refs:e64 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 76 e64 = (struct D`env_vars_64 *) 79 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 80 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 81 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
H A D | tst.typedef.d | 77 e64 = (D`env_vars_64_t *) 80 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 81 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 82 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 83 uint64_t e64, test64; local 88 e64 = 0x8877665544332211ULL; 92 e64 = 0x1122334455667788ULL; 108 VERIFY3U(test64, ==, e64); 110 VERIFY3U(test64, ==, e64); 121 uint64_t e64, test64; local 126 e64 = 0x1122334455667788ULL; 130 e64 = 0x8877665544332211ULL; 146 VERIFY3U(test64, ==, e64); 148 VERIFY3U(test64, ==, e64); [all...] |
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 204 GElf_Ehdr e64; member in union:__anon3098 275 ehdr_to_gelf(&e32, &hdr.e64); 278 shnum = hdr.e64.e_shnum; 279 shstrndx = hdr.e64.e_shstrndx; 287 hdr.e64.e_shoff) != sizeof (x32)) 297 hdr.e64.e_shoff) != sizeof (x64)) 324 sp32, nbytes, hdr.e64.e_shoff) != nbytes) { 334 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) {
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 1640 Elf64_Ehdr e64; local 1642 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) { 1648 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); 1649 efp->e_hdr.e_type = e64.e_type; 1650 efp->e_hdr.e_machine = e64.e_machine; 1651 efp->e_hdr.e_version = e64.e_version; 1652 efp->e_hdr.e_entry = e64.e_entry; 1653 efp->e_hdr.e_phoff = e64 [all...] |
Completed in 78 milliseconds