Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1754 if (ctf_update(cp) == CTF_ERR) { in mdb_ctf_synthetics_create_base()
1775 if (ctf_update(cp) == CTF_ERR) { in mdb_ctf_synthetics_create_base()
1826 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_typedef()
1862 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_struct()
1898 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_union()
1936 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_member()
1949 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_member()
1993 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_array()
2006 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_array()
2036 if (ctf_update(mdb.m_synth) == CTF_ERR) { in mdb_ctf_add_pointer()
[all …]
/titanic_41/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile94 ctf_update;
/titanic_41/usr/src/uts/common/ctf/
H A Dmapfile101 ctf_update;
/titanic_41/usr/src/uts/common/sys/
H A Dctf_api.h232 extern int ctf_update(ctf_file_t *);
/titanic_41/usr/src/lib/libctf/common/
H A Dmapfile-vers82 ctf_update;
/titanic_41/usr/src/common/ctf/
H A Dctf_create.c236 ctf_update(ctf_file_t *fp) in ctf_update() function