Home
last modified time | relevance | path

Searched refs:tgt_encoding (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1279 ctf_encoding_t tgt_encoding, mod_encoding; in vread_helper() local
1341 if (mdb_ctf_type_encoding(tgtid, &tgt_encoding) != 0) { in vread_helper()
1354 if ((tgt_encoding.cte_format & CTF_INT_SIGNED) != in vread_helper()
1363 ((tgt_encoding.cte_format & CTF_INT_SIGNED) != 0); in vread_helper()
1364 } else if (tgt_encoding.cte_format != mod_encoding.cte_format) { in vread_helper()
1368 tgt_encoding.cte_format, mod_encoding.cte_format, in vread_helper()