Searched refs:system_core (Results 1 – 5 of 5) sorted by relevance
149 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectureAtIndex() local150 switch (system_core) { in GetSupportedArchitectureAtIndex()
144 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectureAtIndex() local145 switch (system_core) { in GetSupportedArchitectureAtIndex()
155 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectureAtIndex() local156 switch (system_core) { in GetSupportedArchitectureAtIndex()
590 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectureAtIndex() local591 switch (system_core) { in ARMGetSupportedArchitectureAtIndex()
1533 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess() local1534 if (system_core == ArchSpec::eCore_arm_armv7k) { in IsArmv7kProcess()