Lines Matching refs:ushort_t
456 ushort_t info;
457 ushort_t vlen;
517 objtoff += sizeof (ushort_t);
528 info = *((const ushort_t *)(ctfdata + funcoff));
537 funcoff += sizeof (ushort_t); /* skip pad */
539 funcoff += sizeof (ushort_t) * (vlen + 2);
601 ushort_t kind = CTF_INFO_KIND(tp->ctt_info);
619 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1));
690 ushort_t kind = CTF_INFO_KIND(tp->ctt_info);
708 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1));
1143 const ushort_t *dp;
1151 ushort_t info, kind, n;
1203 dp = (const ushort_t *)(mc->ctftab + offset + sizeof(ctf_header_t));