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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1267 size_t modsz, tgtsz; local
1315 if ((tgtsz = mdb_ctf_type_size(tgtid)) == -1UL) {
1324 ASSERT(modsz == tgtsz);
1375 if (modsz < tgtsz) {
1380 } else if (modsz > tgtsz) {
1404 if (signed_int && (tgtbuf[tgtsz - 1] & 0x80) != 0)
1410 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz);
1412 bcopy(tgtbuf, modbuf, tgtsz);
1421 if (modsz != tgtsz || mods
[all...]

Completed in 63 milliseconds