Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dmerge.c219 equiv_intrinsic(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_intrinsic() argument
222 intr_t *ti = ttdp->t_intr; in equiv_intrinsic()
241 equiv_plain(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_plain() argument
243 return (equiv_node(stdp->t_tdesc, ttdp->t_tdesc, ed)); in equiv_plain()
247 equiv_function(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_function() argument
249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function()
268 equiv_array(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_array() argument
270 ardef_t *ar1 = stdp->t_ardef, *ar2 = ttdp->t_ardef; in equiv_array()
283 equiv_su(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_su() argument
285 mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members; in equiv_su()
[all …]
H A Dst_parse.c1057 tdesc_t *tdp, *ttdp = NULL; in lookup_name() local
1065 ttdp = tdp; in lookup_name()
1068 return (ttdp); in lookup_name()
1084 tdesc_t *ttdp; in addhash() local
1091 ttdp = lookup(num); in addhash()
1093 if (ttdp == NULL) { in addhash()
1101 ttdp = lookupname(tdp->t_name); in addhash()
1102 if (ttdp == NULL) { in addhash()
/titanic_44/usr/src/tools/stabs/
H A Dstabs.c718 struct tdesc *ttdp; in addhash() local
725 ttdp = lookup(num); in addhash()
726 if (ttdp == NULL) { in addhash()
734 ttdp = lookupname(tdp->name); in addhash()
735 if (ttdp == NULL) { in addhash()
752 struct tdesc *tdp, *ttdp = NULL; in lookupname() local
760 ttdp = tdp; in lookupname()
763 return (ttdp); in lookupname()