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