Searched refs:DIF_TYPE_CTF (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_dis.c | 259 case DIF_TYPE_CTF: in dt_dis_typestr()
|
H A D | dt_cg.c | 1452 instr = DIF_INSTR_PUSHTS(DIF_OP_PUSHTV, DIF_TYPE_CTF, in dt_cg_xlate_member() 1455 instr = DIF_INSTR_PUSHTS(DIF_OP_PUSHTV, DIF_TYPE_CTF, in dt_cg_xlate_member() 1458 instr = DIF_INSTR_PUSHTS(DIF_OP_PUSHTV, DIF_TYPE_CTF, in dt_cg_xlate_member() 1493 instr = DIF_INSTR_PUSHTS(DIF_OP_PUSHTV, DIF_TYPE_CTF, DIF_REG_R0, dreg); in dt_cg_xlate_expand()
|
H A D | dt_program.c | 143 DIF_TYPE_CTF && in dtrace_program_info()
|
H A D | dt_cc.c | 113 DIF_TYPE_CTF, CTF_K_INTEGER, 0, 0, 0 117 DIF_TYPE_CTF, CTF_K_INTEGER, 0, 0, sizeof (uint64_t) 267 ap->dtad_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_CTF && in dt_stmt_append()
|
H A D | dt_parser.c | 4615 tp->dtdt_kind = DIF_TYPE_CTF; in dt_node_diftype()
|
/netbsd/external/cddl/osnet/dist/uts/common/sys/ |
H A D | dtrace.h | 375 #define DIF_TYPE_CTF 0 /* type is a CTF type */ macro
|
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/ |
H A D | dtrace.c | 10275 if (type != DIF_TYPE_STRING && type != DIF_TYPE_CTF) 10283 if (type != DIF_TYPE_CTF)
|