Home
last modified time | relevance | path

Searched refs:r_debug (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dlink.h66 struct r_debug { struct
/bionic/linker/
Dlinker.cpp190 static r_debug _r_debug = {1, nullptr, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::R…
239 _r_debug.r_state = r_debug::RT_ADD; in notify_gdb_of_load()
244 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_load()
256 _r_debug.r_state = r_debug::RT_DELETE; in notify_gdb_of_unload()
261 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_unload()
266 _r_debug.r_state = r_debug::RT_ADD; in notify_gdb_of_libraries()
268 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_libraries()
2110 r_debug** dp = reinterpret_cast<r_debug**>(load_bias + d->d_un.d_ptr); in PrelinkImage()