Searched refs:ctf_type_encoding (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile77 ctf_type_encoding;
/opensolaris-onvv-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers101 ctf_type_encoding;
/opensolaris-onvv-gate/usr/src/uts/common/ctf/
H A Dmapfile91 ctf_type_encoding;
/opensolaris-onvv-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c67 if (ctf_type_encoding(ctfp, rtype, &e) == 0 &&
148 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) {
205 if (ctf_type_encoding(ctfp, base, &e) == 0) {
238 if (ctf_type_encoding(ctfp, base, &e) != 0)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dctf_api.h79 * intrinsics can be obtained by calling ctf_type_encoding(), below. The flags
183 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
/opensolaris-onvv-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c359 if (ctf_type_encoding(ctf, tid, &e) == CTF_ERR)
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c342 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
347 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
663 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) {
673 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) {
802 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
822 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && (
841 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
862 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e));
885 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)));
946 ctf_type_encoding(f
[all...]
H A Ddt_cg.c164 ctf_type_encoding(ctfp, type, &e) != CTF_ERR)
247 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
354 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
420 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
H A Ddt_printf.c109 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e));
126 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32);
H A Ddt_decl.c588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_types.c503 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
599 return (ctf_type_encoding(lfp, ltype, &le) == 0 &&
600 ctf_type_encoding(rfp, rtype, &re) == 0 &&
H A Dctf_create.c974 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1189 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0)
1193 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0)
H A Dctf_open.c373 } else if (ctf_type_encoding(fp, hep->h_type,
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c495 if (ctf_type_encoding(idp->mci_fp, idp->mci_id, ep) == CTF_ERR)

Completed in 201 milliseconds