Lines Matching refs:tgtsz
1318 size_t modsz, tgtsz; in vread_helper() local
1366 if ((tgtsz = mdb_ctf_type_size(tgtid)) == -1UL) { in vread_helper()
1375 ASSERT(modsz == tgtsz); in vread_helper()
1426 if (modsz < tgtsz) { in vread_helper()
1431 } else if (modsz > tgtsz) { in vread_helper()
1455 if (signed_int && (tgtbuf[tgtsz - 1] & 0x80) != 0) in vread_helper()
1461 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1463 bcopy(tgtbuf, modbuf, tgtsz); in vread_helper()
1472 if (modsz != tgtsz || modsz != sizeof (int)) { in vread_helper()
1594 if ((tgtsz = mdb_ctf_type_size(tar.mta_contents)) == -1UL) { in vread_helper()
1603 tar.mta_contents, tgtbuf + i * tgtsz, in vread_helper()