Lines Matching refs:idwidth
369 size_t idwidth; in fbt_ctfoff_init() local
390 idwidth = hp->cth_version == CTF_VERSION_2 ? 2 : 4; in fbt_ctfoff_init()
407 objtoff += idwidth; in fbt_ctfoff_init()
419 memcpy(&info, ctfdata + funcoff, idwidth); in fbt_ctfoff_init()
434 funcoff += idwidth; in fbt_ctfoff_init()
436 funcoff += idwidth * (vlen + 2); in fbt_ctfoff_init()
548 size_t idwidth; in fbt_typoff_init() local
559 idwidth = version == CTF_VERSION_2 ? 2 : 4; in fbt_typoff_init()
589 vbytes = roundup2(idwidth * vlen, sizeof(uint32_t)); in fbt_typoff_init()
677 vbytes = roundup2(idwidth * vlen, sizeof(uint32_t)); in fbt_typoff_init()
1150 size_t idwidth; in fbt_getargdesc() local
1198 idwidth = hp->cth_version == CTF_VERSION_2 ? 2 : 4; in fbt_getargdesc()
1202 memcpy(&info, dp, idwidth); in fbt_getargdesc()
1203 dp += idwidth; in fbt_getargdesc()
1233 dp += idwidth * (ndx + 1); in fbt_getargdesc()
1237 memcpy(&type, dp, idwidth); in fbt_getargdesc()