Lines Matching refs:_r_debug
176 static r_debug _r_debug = {1, NULL, &rtld_db_dlactivity, RT_CONSISTENT, 0};
198 _r_debug.r_map = map;
228 _r_debug.r_state = RT_ADD;
233 _r_debug.r_state = RT_CONSISTENT;
245 _r_debug.r_state = RT_DELETE;
250 _r_debug.r_state = RT_CONSISTENT;
255 _r_debug.r_state = RT_ADD;
257 _r_debug.r_state = RT_CONSISTENT;
1377 // Set the DT_DEBUG entry to the address of _r_debug for GDB
1380 d->d_un.d_val = (int) &_r_debug;
1441 // Set the DT_MIPS_RLD_MAP entry to the address of _r_debug for GDB.
1444 *dp = &_r_debug;
1671 _r_debug.r_map = map;