Lines Matching defs:core
37 ArchSpec::Core core;
43 // This core information can be looked using the ArchSpec::Core as the index
253 // Ensure that we have an entry in the g_core_definitions for each core. If you
258 "make sure we have one core definition for each core");
261 ArchSpec::Core core;
509 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) {
510 if (core < std::size(g_core_definitions))
511 return &g_core_definitions[core];
531 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) {
537 if (entries[i].core == core)
676 FindArchDefinitionEntry(&g_macho_arch_def, core_def->core);
688 FindArchDefinitionEntry(&g_macho_arch_def, core_def->core);
849 // the core here.
858 // "some kind of arm" spec but the other ArchSpec is a specific arm core,
859 // adopt the specific arm core.
881 const CoreDefinition *core_def = FindCoreDefinition(arch_def_entry->core);
883 m_core = core_def->core;
942 "Unable to find a core definition for cpu 0x%" PRIx32
1077 m_core = core_def->core;