Home
last modified time | relevance | path

Searched refs:DT_INT_SHARED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_inttab.h55 #define DT_INT_SHARED 1 /* multiple refs can share entry */ macro
H A Ddt_inttab.c72 if (flags & DT_INT_SHARED) { in dt_inttab_insert()
H A Ddt_cg.c97 int flag = idp != NULL ? DT_INT_PRIVATE : DT_INT_SHARED; in dt_cg_xsetx()