Searched refs:ctf_add_array (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 45 ctf_add_array;
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | mapfile | 42 ctf_add_array;
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 51 ctf_add_array;
|
H A D | ctf_merge.c | 239 ret = ctf_add_array(cmp->cm_out, flags, &ar); in ctf_merge_add_array()
|
H A D | ctf_dwarf.c | 1739 if ((*idp = ctf_add_array(cup->cu_ctfp, isroot, &ar)) == CTF_ERR) in ctf_dwarf_create_array_range()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 285 extern ctf_id_t ctf_add_array(ctf_file_t *, uint_t, const ctf_arinfo_t *);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 997 tip->dtt_type = ctf_add_array(dmp->dm_ctfp, CTF_ADD_ROOT, &r); in dt_decl_type()
|
H A D | dt_open.c | 1226 "string", ctf_add_array(dmp->dm_ctfp, CTF_ADD_ROOT, &ctr)); in dt_vopen()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_create.c | 1062 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) in ctf_add_array() function 1851 dst_type = ctf_add_array(dst_fp, flag, &src_ar); in ctf_add_type()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 2048 id = ctf_add_array(mdb.m_synth, CTF_ADD_ROOT, &car); in mdb_ctf_add_array()
|