Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc67 static const char kMips64Architecture[] = "mips64"; variable
352 } else if (strcmp(arch.c_str(), kMips64Architecture) == 0) { in Microdump()