Searched refs:ctf_lookup_by_name (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/tools/ctf/stabs/common/ |
H A D | ctfstabs.c | 166 if ((id = ctf_lookup_by_name(ctf, name)) != CTF_ERR) in find_type() 170 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type() 174 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type() 178 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type() 221 if ((lid = ctf_lookup_by_name(ctf, "long")) == CTF_ERR || in get_model()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 1140 ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() 1143 ctf_lookup_by_name(dmp->dm_ctfp, "char")); in dt_vopen() 1146 ctf_lookup_by_name(dmp->dm_ctfp, "int")); in dt_vopen() 1187 dtyp->dty_dst, ctf_lookup_by_name(dmp->dm_ctfp, in dt_vopen() 1201 ctc.ctc_return = ctf_lookup_by_name(dmp->dm_ctfp, "int"); in dt_vopen() 1217 ctr.ctr_contents = ctf_lookup_by_name(dmp->dm_ctfp, "char"); in dt_vopen() 1218 ctr.ctr_index = ctf_lookup_by_name(dmp->dm_ctfp, "long"); in dt_vopen() 1225 "<DYN>", ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() 1228 "stack", ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() 1231 "_symaddr", ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() [all …]
|
H A D | dt_decl.c | 499 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR && in dt_decl_sou() 694 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR) { in dt_decl_enum() 968 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
|
H A D | dt_module.c | 1437 id = ctf_lookup_by_name(dmp->dm_ctfp, name); in dtrace_lookup_by_type() 1449 if (fp == NULL || (id = ctf_lookup_by_name(fp, in dtrace_lookup_by_type() 1456 id = ctf_lookup_by_name(fp, name); in dtrace_lookup_by_type()
|
H A D | dt_parser.c | 1509 if (ctf_lookup_by_name(dmp->dm_ctfp, in dt_node_decl() 1882 ctf_lookup_by_name(dtp->dt_ddefs->dm_ctfp, "size_t"), in dt_node_op1() 3091 ctf_lookup_by_name(dtp->dt_ddefs->dm_ctfp, "size_t"), in dt_cook_op1() 3417 type = ctf_lookup_by_name(ctfp, "ptrdiff_t"); in dt_cook_op2()
|
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 79 ctf_lookup_by_name(ctf_file_t *fp, const char *name) in ctf_lookup_by_name() function 168 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_by_name()
|
/titanic_44/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 74 ctf_lookup_by_name;
|
/titanic_44/usr/src/uts/common/ctf/ |
H A D | mapfile | 77 ctf_lookup_by_name;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 174 extern ctf_id_t ctf_lookup_by_name(ctf_file_t *, const char *);
|
/titanic_44/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 101 ctf_lookup_by_name;
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 724 if ((stype = ctf_lookup_by_name(ctf, rtname)) == CTF_ERR) in do_start_sizeof() 798 if ((stype = ctf_lookup_by_name(ctf, tname)) == CTF_ERR) in do_array_type() 845 if ((stype = ctf_lookup_by_name(ctf, tname)) == CTF_ERR) in get_field_info()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 216 (id = ctf_lookup_by_name(fp, tnp->tn_name)) != CTF_ERR) { in obj_lookup() 272 (id = ctf_lookup_by_name(fp, name)) == CTF_ERR || in name_to_type() 287 if ((id = ctf_lookup_by_name(mdb.m_synth, in name_to_type() 420 if ((id = ctf_lookup_by_name(fp, name)) == CTF_ERR) in mdb_ctf_module_lookup() 1597 if ((mid = ctf_lookup_by_name(mfp, mdb_typename)) == CTF_ERR) { in mdb_ctf_vread() 1760 id = ctf_lookup_by_name(cp, sytp->syt_src); in mdb_ctf_synthetics_create_base()
|