Lines Matching full:_r_debug
170 static struct r_debug _r_debug = {1, NULL, &rtld_db_dlactivity,
197 _r_debug.r_map = map;
224 _r_debug.r_state = RT_ADD;
229 _r_debug.r_state = RT_CONSISTENT;
244 _r_debug.r_state = RT_DELETE;
249 _r_debug.r_state = RT_CONSISTENT;
257 _r_debug.r_state = RT_ADD;
259 _r_debug.r_state = RT_CONSISTENT;
1872 // Set the DT_DEBUG entry to the addres of _r_debug for GDB
1873 *d = (int) &_r_debug;
2170 _r_debug.r_map = map;