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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c294 Elf64_Shdr x64; local
296 if (pread64(fd, &x64, sizeof (x64),
297 hdr.e64.e_shoff) != sizeof (x64))
301 shnum = x64.sh_size;
302 shstrndx = x64.sh_link;

Completed in 57 milliseconds