Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp190 static r_debug _r_debug = {1, nullptr, reinterpret_cast<uintptr_t>(&rtld_db_dlactivity), r_debug::R… variable
209 _r_debug.r_map = map; in insert_soinfo_into_debug_map()
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()
1970 d->d_un.d_val = reinterpret_cast<uintptr_t>(&_r_debug); in PrelinkImage()
2111 *dp = &_r_debug; in PrelinkImage()
[all …]