Searched refs:system_core (Results 1 – 4 of 4) sorted by relevance
140 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures() local141 switch (system_core) { in GetSupportedArchitectures()
151 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures() local152 switch (system_core) { in GetSupportedArchitectures()
607 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectures() local608 for (const char *arch : GetCompatibleArchs(system_core)) { in ARMGetSupportedArchitectures()
1429 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess() local1430 if (system_core == ArchSpec::eCore_arm_armv7k) { in IsArmv7kProcess()