Home
last modified time | relevance | path

Searched refs:ctf_update (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_decl.c508 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()
H A Ddt_open.c1129 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()
H A Ddt_options.c779 ctf_update(fp) == CTF_ERR) { in dt_opt_strsize()
H A Ddt_provider.c647 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_probe_tag()
H A Ddt_parser.c293 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()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1756 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 …]
/titanic_50/usr/src/cmd/ctfconvert/
H A Dctfconvert.c206 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()
216 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_merge.c688 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()
H A Dctf_convert.c179 if (ctf_update(fp) == CTF_ERR) { in ctf_elfconvert()
H A Dmapfile-vers118 ctf_update;
H A Dctf_dwarf.c2554 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()
/titanic_50/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile94 ctf_update;
/titanic_50/usr/src/uts/common/ctf/
H A Dmapfile101 ctf_update;
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h319 extern int ctf_update(ctf_file_t *);
/titanic_50/usr/src/common/ctf/
H A Dctf_create.c278 ctf_update(ctf_file_t *fp) in ctf_update() function