Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h606 MD_CPU_ARM_ELF_HWCAP_IDIVT = (1 << 18), enumerator
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc1041 { "idivt", MD_CPU_ARM_ELF_HWCAP_IDIVT }, in WriteCPUInformation()
1042 { "idiv", MD_CPU_ARM_ELF_HWCAP_IDIVA | MD_CPU_ARM_ELF_HWCAP_IDIVT }, in WriteCPUInformation()
/external/google-breakpad/src/processor/
Dminidump_processor.cc466 { MD_CPU_ARM_ELF_HWCAP_IDIVT, "idivt" }, in GetARMCpuInfo()