Lines Matching defs:ArchDefinition
260 struct ArchDefinition {
353 static const ArchDefinition g_macho_arch_def = {eArchTypeMachO,
429 static const ArchDefinition g_elf_arch_def = {
455 static const ArchDefinition g_coff_arch_def = {
464 static const ArchDefinition *g_arch_definitions[] = {
471 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) {
472 for (const ArchDefinition *def : g_arch_definitions) {
496 FindArchDefinitionEntry(const ArchDefinition *def, uint32_t cpu, uint32_t sub) {
510 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) {
855 const ArchDefinition *arch_def = FindArchDefinition(arch_type);