Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dst_parse.c892 tdesc_t *tdp, *itdp; in soudef() local
954 itdp = find_intrinsic(tdp); in soudef()
955 if (itdp->t_type == INTRINSIC) { in soudef()
956 if (mlp->ml_size != itdp->t_intr->intr_nbits) { in soudef()
958 "from %s", mlp->ml_size, tdesc_name(itdp)); in soudef()
959 mlp->ml_type = bitintrinsic(itdp, mlp->ml_size); in soudef()
962 } else if (itdp->t_type == TYPEDEF_UNRES) { in soudef()