Searched refs:arch_def (Results 1 – 1 of 1) sorted by relevance
411 … const ArchDefinitionEntry *arch_def = FindArchDefinitionEntry (&g_macho_arch_def, core_def->core); in GetMachOCPUType() local412 if (arch_def) in GetMachOCPUType()414 return arch_def->cpu; in GetMachOCPUType()426 … const ArchDefinitionEntry *arch_def = FindArchDefinitionEntry (&g_macho_arch_def, core_def->core); in GetMachOCPUSubType() local427 if (arch_def) in GetMachOCPUSubType()429 return arch_def->sub; in GetMachOCPUSubType()660 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture() local661 if (arch_def) in SetArchitecture()663 const ArchDefinitionEntry *arch_def_entry = FindArchDefinitionEntry (arch_def, cpu, sub); in SetArchitecture()