Searched refs:DT_INT_SHARED (Results 1 – 3 of 3) sorted by relevance
57 #define DT_INT_SHARED 1 /* multiple refs can share entry */ macro
74 if (flags & DT_INT_SHARED) { in dt_inttab_insert()
95 int flag = idp != NULL ? DT_INT_PRIVATE : DT_INT_SHARED; in dt_cg_xsetx()