Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h605 MD_CPU_ARM_ELF_HWCAP_IDIVA = (1 << 17), enumerator
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc1040 { "idiva", MD_CPU_ARM_ELF_HWCAP_IDIVA }, 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.cc465 { MD_CPU_ARM_ELF_HWCAP_IDIVA, "idiva" }, in GetARMCpuInfo()