Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_gdb_support.cpp28 r_debug _r_debug =
29 {1, nullptr, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::RT_CONSISTENT, 0};
67 _r_debug.r_state = r_debug::RT_ADD; in notify_gdb_of_load()
72 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_load()
79 _r_debug.r_state = r_debug::RT_DELETE; in notify_gdb_of_unload()
84 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_unload()
89 _r_debug.r_state = r_debug::RT_ADD; in notify_gdb_of_libraries()
91 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_libraries()
Dlinker_gdb_support.h30 extern struct r_debug _r_debug;
Dlinker.cpp3783 r_debug** dp = reinterpret_cast<r_debug**>(load_bias + d->d_un.d_ptr); in prelink_image()
3790 r_debug** dp = reinterpret_cast<r_debug**>( in prelink_image()
/bionic/libc/include/
Dlink.h66 struct r_debug { struct