Home | History | Annotate | Download | only in linker

Lines Matching refs:_r_debug

190 static r_debug _r_debug = {1, nullptr, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::RT_CONSISTENT, 0};
209 _r_debug.r_map = map;
239 _r_debug.r_state = r_debug::RT_ADD;
244 _r_debug.r_state = r_debug::RT_CONSISTENT;
256 _r_debug.r_state = r_debug::RT_DELETE;
261 _r_debug.r_state = r_debug::RT_CONSISTENT;
266 _r_debug.r_state = r_debug::RT_ADD;
268 _r_debug.r_state = r_debug::RT_CONSISTENT;
1962 // Set the DT_DEBUG entry to the address of _r_debug for GDB
1970 d->d_un.d_val = reinterpret_cast<uintptr_t>(&_r_debug);
2108 // Set the DT_MIPS_RLD_MAP entry to the address of _r_debug for GDB.
2111 *dp = &_r_debug;
2377 _r_debug.r_map = map;