HomeSort by relevance Sort by last modified time
    Searched refs:ABI_STRING (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/
utility.h 28 #define ABI_STRING "arm"
30 #define ABI_STRING "arm64"
32 #define ABI_STRING "mips"
34 #define ABI_STRING "mips64"
36 #define ABI_STRING "x86"
38 #define ABI_STRING "x86_64"
backtrace.cpp 63 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING);
tombstone.cpp 176 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING);

Completed in 174 milliseconds