Lines Matching refs:ctf_dtdef_ref
91 ctf_dtu_d_union_selector (ctf_dtdef_ref ctftype) in ctf_dtu_d_union_selector()
119 ctf_dtd_insert (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in ctf_dtd_insert()
122 ctf_dtdef_ref entry = dtd; in ctf_dtd_insert()
124 ctf_dtdef_ref * item = ctfc->ctfc_types->find_slot (entry, INSERT); in ctf_dtd_insert()
135 ctf_dtdef_ref
141 ctf_dtdef_ref * slot = ctfc->ctfc_types->find_slot (&entry, NO_INSERT); in ctf_dtd_lookup()
144 return (ctf_dtdef_ref)*slot; in ctf_dtd_lookup()
378 ctf_dtdef_ref * rp, dw_die_ref die) in ctf_add_generic()
380 ctf_dtdef_ref dtd; in ctf_add_generic()
408 ctf_dtdef_ref dtd; in ctf_add_encoded()
434 ctf_dtdef_ref dtd; in ctf_add_reftype()
454 ctf_dtdef_ref dtd; in ctf_add_forward()
471 ctf_dtdef_ref dtd; in ctf_add_typedef()
495 ctf_dtdef_ref dtd; in ctf_add_slice()
558 ctf_dtdef_ref dtd; in ctf_add_array()
582 ctf_dtdef_ref dtd; in ctf_add_enum()
591 ctf_dtdef_ref enum_fwd_type = ctf_dtd_lookup (ctfc, die); in ctf_add_enum()
622 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, die); in ctf_add_enumerator()
665 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, sou); in ctf_add_member_offset()
749 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, func); in ctf_add_function_arg()
782 ctf_dtdef_ref dtd; in ctf_add_function()
809 ctf_dtdef_ref dtd; in ctf_add_sou()
820 ctf_dtdef_ref sou_fwd_type = ctf_dtd_lookup (ctfc, die); in ctf_add_sou()
856 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, die); in ctf_lookup_tree_type()
872 ctf_dtdef_ref ctf_type_seen = ctf_dtd_lookup (ctfc, type); in ctf_type_exists()
889 ctfc_get_dtd_srcloc (ctf_dtdef_ref dtd, ctf_srcloc_ref loc) in ctfc_get_dtd_srcloc()