Searched refs:ctf_update (Results 1 – 15 of 15) sorted by relevance
508 if (type == CTF_ERR || ctf_update(ctfp) == CTF_ERR) { in dt_decl_sou()647 ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_member()671 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_decl_member()785 name, value) == CTF_ERR || ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_enumerator()979 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()1000 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()1078 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()1150 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_scope_pop()
1133 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()1152 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()1249 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()
779 ctf_update(fp) == CTF_ERR) { in dt_opt_strsize()
647 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_probe_tag()
294 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_type_pointer()1540 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_node_decl()1550 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_node_decl()
1851 if (ctf_update(cp) == CTF_ERR) { in mdb_ctf_synthetics_create_base()1872 if (ctf_update(cp) == CTF_ERR) { in mdb_ctf_synthetics_create_base()1923 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_typedef()1959 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_struct()1995 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_union()2033 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_member()2046 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_member()2090 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_array()2103 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_array()2133 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_pointer()[all …]
225 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()235 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()
737 ret = ctf_update(cmp->cm_out); in ctf_merge_common()777 ret = ctf_update(cmp->cm_out); in ctf_merge_uniquify_types()885 ret = ctf_update(out); in ctf_merge_types()964 ret = ctf_update(out); in ctf_uniquify_types()1546 err = ctf_update(out); in ctf_merge_merge()1647 ret = ctf_update(cm.cm_out); in ctf_merge_dedup()1673 ret = ctf_update(cm.cm_out); in ctf_merge_dedup()
128 ctf_update;
182 if (ctf_update(fp) == CTF_ERR) { in ctf_elfconvert()
3007 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()3018 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()3029 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()3041 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()3054 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()
94 ctf_update;
101 ctf_update;
319 extern int ctf_update(ctf_file_t *);
288 ctf_update(ctf_file_t *fp) in ctf_update() function