Searched refs:DT_ACT_SYM (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_impl.h | 483 #define DT_ACT_SYM DT_ACT(23) /* sym()/func() actions */ macro
|
H A D | dt_open.c | 278 { "func", DT_IDENT_ACTFUNC, 0, DT_ACT_SYM, DT_ATTR_STABCMN, 484 { "sym", DT_IDENT_ACTFUNC, 0, DT_ACT_SYM, DT_ATTR_STABCMN,
|
H A D | dt_cc.c | 1147 case DT_ACT_SYM: in dt_compile_fun() 1258 case DT_ACT_SYM: in dt_compile_agg()
|