Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c508 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()
H A Ddt_open.c1133 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()
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.c294 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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1851 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 …]
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c225 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()
235 if (ctf_update(fp) == CTF_ERR) { in ctfconvert_fixup_genunix()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c737 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()
H A Dmapfile-vers128 ctf_update;
H A Dctf_convert.c182 if (ctf_update(fp) == CTF_ERR) { in ctf_elfconvert()
H A Dctf_dwarf.c3007 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()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile94 ctf_update;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile101 ctf_update;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h319 extern int ctf_update(ctf_file_t *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c288 ctf_update(ctf_file_t *fp) in ctf_update() function