Home
last modified time | relevance | path

Searched refs:ABI_STRING (Results 1 – 6 of 6) sorted by relevance

/system/core/base/include/android-base/
Dmacros.h139 #define ABI_STRING "arm" macro
141 #define ABI_STRING "arm64" macro
143 #define ABI_STRING "x86" macro
145 #define ABI_STRING "x86_64" macro
147 #define ABI_STRING "mips" macro
149 #define ABI_STRING "mips64" macro
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp55 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING); in dump_process_header()
Dtombstone.cpp78 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING); in dump_header_info()
149 cause = StringPrintf("seccomp prevented call to disallowed %s system call %d", ABI_STRING, in dump_probable_cause()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp348 expected += android::base::StringPrintf("ABI: '%s'\n", ABI_STRING); in TEST_F()
/system/memory/libmemunreachable/
DMemUnreachable.cpp506 oss << " ABI: '" ABI_STRING "'" << std::endl; in ToString()
/system/core/debuggerd/
Ddebuggerd_test.cpp597 "/system/etc/seccomp_policy/crash_dump." ABI_STRING ".policy";