Searched refs:arch_type (Results 26 - 35 of 35) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dfrv-dis.c753 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
756 if (!arch_type)
758 mach_name = arch_type->printable_name;
749 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); local
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dfrv-dis.c787 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
790 if (!arch_type)
792 mach_name = arch_type->printable_name;
783 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); local
H A Dm32c-dis.c1276 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
1279 if (!arch_type)
1281 mach_name = arch_type->printable_name;
1272 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1204 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
1208 if ((arch_type == llvm::Triple::arm) ||
1209 (arch_type == llvm::Triple::thumb)) {
H A DABISysV_arm.cpp1207 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
1211 if ((arch_type == llvm::Triple::arm) ||
1212 (arch_type == llvm::Triple::thumb)) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp49 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
53 if (arch_type == llvm::Triple::aarch64 ||
54 arch_type == llvm::Triple::aarch64_32) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp73 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
77 if (arch_type == llvm::Triple::x86_64) {
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sparc.c240 enum sparc_arch_types arch_type;
299 default_arch_type = sa->arch_type;
239 enum sparc_arch_types arch_type; member in struct:sparc_arch
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sparc.c236 enum sparc_arch_types arch_type;
295 default_arch_type = sa->arch_type;
235 enum sparc_arch_types arch_type; member in struct:sparc_arch
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com1173 $ arch_type = "ARCH-TYPE=__AXP__"
1177 $ arch_type = "ARCH-TYPE=__" + F$GETSYI("ARCH_NAME") + "__"

Completed in 417 milliseconds

12