Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc681 struct r_debug* r_debug = NULL; in WriteDSODebugStream() local
694 r_debug = reinterpret_cast<struct r_debug*>(dyn.d_un.d_ptr); in WriteDSODebugStream()
699 r_debug = reinterpret_cast<struct r_debug*>(dyn.d_un.d_ptr); in WriteDSODebugStream()
718 struct r_debug debug_entry; in WriteDSODebugStream()
719 if (!dumper_->CopyFromProcess(&debug_entry, GetCrashThread(), r_debug, in WriteDSODebugStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc915 struct r_debug debug = { 0 }; in AugmentMappings()
918 debug.r_state = r_debug::RT_CONSISTENT; in AugmentMappings()