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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c284 Elf32_Shdr x32; local
286 if (pread64(fd, &x32, sizeof (x32),
287 hdr.e64.e_shoff) != sizeof (x32))
291 shnum = x32.sh_size;
292 shstrndx = x32.sh_link;

Completed in 60 milliseconds