Searched refs:RT_FL_DBNOTIF (Results 1 – 2 of 2) sorted by relevance
136 if ((rtld_flags & RT_FL_DBNOTIF) == 0) in rd_event()138 rtld_flags &= ~RT_FL_DBNOTIF; in rd_event()146 if (rtld_flags & RT_FL_DBNOTIF) in rd_event()148 rtld_flags |= RT_FL_DBNOTIF; in rd_event()
278 #define RT_FL_DBNOTIF 0x00000004 /* binding activity going on */ macro