Searched refs:r_debug (Results 1 – 5 of 5) sorted by relevance
32 struct r_debug {}; struct33 extern struct r_debug _r_debug;34 struct r_debug _r_debug __attribute__((nocommon, section(".r_debug,bar")));
28 struct r_debug {}; struct29 extern struct r_debug _r_debug;30 struct r_debug _r_debug __attribute__((nocommon, section(".r_debug,bar")));
52 struct r_debug { struct
776 struct r_debug* r_debug = NULL; in WriteDSODebugStream() local793 r_debug = reinterpret_cast<struct r_debug*>(dyn.d_un.d_ptr); in WriteDSODebugStream()810 struct r_debug debug_entry; in WriteDSODebugStream()811 if (!dumper_->CopyFromProcess(&debug_entry, GetCrashThread(), r_debug, in WriteDSODebugStream()
1088 struct r_debug debug = { 0 }; in AugmentMappings()1091 debug.r_state = r_debug::RT_CONSISTENT; in AugmentMappings()