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()624 ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_member()648 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_decl_member()762 name, value) == CTF_ERR || ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_enumerator()956 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()977 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()1055 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()1127 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_scope_pop()
1129 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()1148 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()1245 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()
293 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_type_pointer()1528 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_node_decl()1538 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_node_decl()
1756 if (ctf_update(cp) == CTF_ERR) { in mdb_ctf_synthetics_create_base()1777 if (ctf_update(cp) == CTF_ERR) { in mdb_ctf_synthetics_create_base()1828 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_typedef()1864 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_struct()1900 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_union()1938 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_member()1951 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_member()1995 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_array()2008 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_array()2038 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_pointer()[all …]
206 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()216 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()
688 ret = ctf_update(cmp->cm_out); in ctf_merge_common()732 ret = ctf_update(cmp->cm_out); in ctf_merge_uniquify_types()811 ret = ctf_update(out); in ctf_merge_types()940 ret = ctf_update(out); in ctf_uniquify_types()1403 err = ctf_update(out); in ctf_merge_merge()1503 ret = ctf_update(cm.cm_out); in ctf_merge_dedup()1533 ret = ctf_update(cm.cm_out); in ctf_merge_dedup()
179 if (ctf_update(fp) == CTF_ERR) { in ctf_elfconvert()
118 ctf_update;
2554 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()2565 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()2576 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()2587 if (ctf_update(cup->cu_ctfp) != 0) { in ctf_dwarf_convert_one()2598 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 *);
278 ctf_update(ctf_file_t *fp) in ctf_update() function