Lines Matching defs:core
36 ArchSpec::Core core;
42 // This core information can be looked using the ArchSpec::Core as the index
245 // Ensure that we have an entry in the g_core_definitions for each core. If you
250 "make sure we have one core definition for each core");
253 ArchSpec::Core core;
488 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) {
489 if (core < std::size(g_core_definitions))
490 return &g_core_definitions[core];
510 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) {
516 if (entries[i].core == core)
655 FindArchDefinitionEntry(&g_macho_arch_def, core_def->core);
667 FindArchDefinitionEntry(&g_macho_arch_def, core_def->core);
828 // the core here.
837 // "some kind of arm" spec but the other ArchSpec is a specific arm core,
838 // adopt the specific arm core.
860 const CoreDefinition *core_def = FindCoreDefinition(arch_def_entry->core);
862 m_core = core_def->core;
918 "Unable to find a core definition for cpu 0x%" PRIx32
1053 m_core = core_def->core;