Searched defs:e64 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c83 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 Dctf_lib.c204 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 DPcore.c1640 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 71 milliseconds