Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPrettyStackTrace.cpp69 static const char *__crashreporter_info__ = 0; variable
94 __crashreporter_info__ = strdup(std::string(TmpStr.str()).c_str()); in CrashHandler()
/external/valgrind/main/coregrind/
Dvg_preloaded.c104 __private_extern__ const char *__crashreporter_info__ = "Instrumented by Valgrind " VERSION; variable
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c271 const char *__crashreporter_info__ = mDNSResponderVersionString_SCCS + 5; variable
/external/lldb/source/Host/macosx/
DHost.mm680 // the shared library has an exported symbol named "__crashreporter_info__".
690 const char *__crashreporter_info__ = NULL;
708 __crashreporter_info__ = g_crash_description.GetData();
712 __crashreporter_info__ = NULL;
724 __crashreporter_info__ = g_crash_description.c_str();
728 __crashreporter_info__ = NULL;
/external/llvm/autoconf/
Dconfigure.ac1674 AC_MSG_CHECKING([__crashreporter_info__])
1678 extern const char *__crashreporter_info__;
1680 __crashreporter_info__ = "test";
1687 AC_DEFINE([HAVE_CRASHREPORTER_INFO], [1], [can use __crashreporter_info__])
1691 AC_DEFINE([HAVE_CRASHREPORTER_INFO], [0], [can use __crashreporter_info__])
/external/llvm/include/llvm/Config/
Dconfig.h.in36 /* can use __crashreporter_info__ */
Dconfig.h.cmake48 /* can use __crashreporter_info__ */
/external/mdnsresponder/Clients/
Ddns-sd.c1347 const char *__crashreporter_info__ = VersionString_SCCS + 5; variable
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch292 +/* Define if __crashreporter_info__ exists. */
1235 +/* Define if __crashreporter_info__ exists. */
/external/mdnsresponder/mDNSShared/
Ddnsextd.c3144 const char *__crashreporter_info__ = mDNSResponderVersionString_SCCS + 5; variable
/external/llvm/
Dconfigure14048 extern const char *__crashreporter_info__;
14050 __crashreporter_info__ = "test";