Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Sema/
Dattr-section.c32 struct r_debug {}; struct
33 extern struct r_debug _r_debug;
34 struct r_debug _r_debug __attribute__((nocommon, section(".r_debug,bar")));
/external/llvm-project/clang/test/SemaCXX/
Dattr-section.cpp28 struct r_debug {}; struct
29 extern struct r_debug _r_debug;
30 struct r_debug _r_debug __attribute__((nocommon, section(".r_debug,bar")));
/external/google-breakpad/src/common/android/include/
Dlink.h52 struct r_debug { struct
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc776 struct r_debug* r_debug = NULL; in WriteDSODebugStream() local
793 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()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1088 struct r_debug debug = { 0 }; in AugmentMappings()
1091 debug.r_state = r_debug::RT_CONSISTENT; in AugmentMappings()