Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c566 intr_t *intr; in tdesc_intr_common()
568 intr = xcalloc(sizeof (intr_t)); in tdesc_intr_common()
636 new->t_intr = xcalloc(sizeof (intr_t)); in tdesc_intr_clone()
637 bcopy(old->t_intr, new->t_intr, sizeof (intr_t)); in tdesc_intr_clone()
1279 static intr_t *
1288 intr_t *intr; in die_base_name_parse()
1341 intr = xcalloc(sizeof (intr_t)); in die_base_name_parse()
1399 static intr_t *
1402 intr_t *intr = xcalloc(sizeof (intr_t)); in die_base_from_dwarf()
1453 intr_t *intr; in die_base_create()
H A Dctftools.h196 } intr_t; typedef
237 intr_t *intr; /* int, real */
H A Dmerge.c221 intr_t *si = stdp->t_intr; in equiv_intrinsic()
222 intr_t *ti = ttdp->t_intr; in equiv_intrinsic()
729 new->t_intr = xmalloc(sizeof (intr_t)); in conjure_intrinsic()
730 bcopy(old->t_intr, new->t_intr, sizeof (intr_t)); in conjure_intrinsic()
H A Dctf.c286 intr_t *ip; in write_type()
1076 intr_t *ip; in resurrect_types()
1136 ip = xmalloc(sizeof (intr_t)); in resurrect_types()
1162 ip = xcalloc(sizeof (intr_t)); in resurrect_types()