Home
last modified time | relevance | path

Searched refs:DT_DP_DYNAMIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h99 #define DT_DP_DYNAMIC 0x2 /* permit dynamic type in prototype */ macro
H A Ddt_decl.c325 if (dt_node_is_dynamic(dnp) && !(flags & DT_DP_DYNAMIC)) { in dt_decl_prototype()