Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutility.h30 #define ABI_STRING "arm" macro
32 #define ABI_STRING "arm64" macro
34 #define ABI_STRING "mips" macro
36 #define ABI_STRING "mips64" macro
38 #define ABI_STRING "x86" macro
40 #define ABI_STRING "x86_64" macro
Dbacktrace.cpp64 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING); in dump_process_header()
Dtombstone.cpp176 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING); in dump_header_info()
/system/core/libmemunreachable/
DMemUnreachable.cpp473 #define ABI_STRING "arm" macro
475 #define ABI_STRING "arm64" macro
477 #define ABI_STRING "mips" macro
479 #define ABI_STRING "mips64" macro
481 #define ABI_STRING "x86" macro
483 #define ABI_STRING "x86_64" macro
493 oss << " ABI: '" ABI_STRING "'" << std::endl; in ToString()
/system/core/debuggerd/test/
Dtombstone_test.cpp631 expected += android::base::StringPrintf("ABI: '%s'\n", ABI_STRING); in TEST_F()