Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc681 struct r_debug* r_debug = NULL; in WriteDSODebugStream() local
693 r_debug = reinterpret_cast<struct r_debug*>(dyn.d_un.d_ptr); in WriteDSODebugStream()
710 struct r_debug debug_entry; in WriteDSODebugStream()
711 if (!dumper_->CopyFromProcess(&debug_entry, GetCrashThread(), r_debug, in WriteDSODebugStream()
/external/ltrace/
DNEWS63 *** (Again) detect VDSO entry in r_debug linkmap with non-empty name
82 *** Detect VDSO entry in r_debug linkmap with non-empty name
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc913 struct r_debug debug = { 0 }; in AugmentMappings()
916 debug.r_state = r_debug::RT_CONSISTENT; in AugmentMappings()