Searched refs:newArch (Results 1 – 1 of 1) sorted by relevance
30 Arm = newArch("arm", "lib32")31 Arm64 = newArch("arm64", "lib64")32 Mips = newArch("mips", "lib32")33 Mips64 = newArch("mips64", "lib64")34 X86 = newArch("x86", "lib32")35 X86_64 = newArch("x86_64", "lib64")166 func newArch(name, multilib string) ArchType { func