Home
last modified time | relevance | path

Searched refs:_r_debug (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_gdb_support.cpp40 r_debug _r_debug = variable
56 _r_debug.r_map = map; in insert_link_map_into_debug_map()
79 _r_debug.r_state = r_debug::RT_ADD; in notify_gdb_of_load()
84 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_load()
91 _r_debug.r_state = r_debug::RT_DELETE; in notify_gdb_of_unload()
96 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_unload()
101 _r_debug.r_state = r_debug::RT_ADD; in notify_gdb_of_libraries()
103 _r_debug.r_state = r_debug::RT_CONSISTENT; in notify_gdb_of_libraries()
Dlinker_gdb_support.h42 extern struct r_debug _r_debug;
Dlinker.cpp2960 d->d_un.d_val = reinterpret_cast<uintptr_t>(&_r_debug); in prelink_image()