Home | History | Annotate | Download | only in linker

Lines Matching full:_r_debug

164 static struct r_debug _r_debug = {1, NULL, &rtld_db_dlactivity,
191 _r_debug.r_map = map;
218 _r_debug.r_state = RT_ADD;
223 _r_debug.r_state = RT_CONSISTENT;
238 _r_debug.r_state = RT_DELETE;
243 _r_debug.r_state = RT_CONSISTENT;
251 _r_debug.r_state = RT_ADD;
253 _r_debug.r_state = RT_CONSISTENT;
1807 // Set the DT_DEBUG entry to the addres of _r_debug for GDB
1808 *d = (int) &_r_debug;
2112 _r_debug.r_map = map;