}
#endif
+
template <>
bool UnwindPrinter<arm>::validFile(const uint8_t* fileContent)
{
}
#endif
+
template <>
void UnwindPrinter<arm>::decode(uint32_t encoding, const uint8_t* funcStart, char* str)
{
}
#endif
+
template <>
const char* UnwindPrinter<arm>::personalityName(const macho_relocation_info<arm::P>* reloc)
{
else if ( UnwindPrinter<arm64>::validFile(p) && onlyArchs.count(CPU_TYPE_ARM64) ) {
UnwindPrinter<arm64>::make(p, length, path, showFunctionNames);
}
-#endif
+#endif
else if ( UnwindPrinter<arm>::validFile(p) && onlyArchs.count(CPU_TYPE_ARM) ) {
UnwindPrinter<arm>::make(p, length, path, showFunctionNames);
}