Searched refs:arch (Results 151 - 175 of 339) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/binutils/bfd/
H A Drs6000-core.c442 enum bfd_architecture arch; local
450 arch = bfd_arch_rs6000;
454 arch = bfd_arch_powerpc;
458 bfd_default_set_arch_mach (abfd, arch, mach);
H A Dihex.c888 enum bfd_architecture arch,
891 if (! bfd_default_set_arch_mach (abfd, arch, mach))
893 if (arch != bfd_arch_unknown)
887 ihex_set_arch_mach(bfd *abfd, enum bfd_architecture arch, unsigned long mach) argument
H A Dlibbfd.h196 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
200 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
2024 (bfd *abfd, enum bfd_architecture arch, unsigned long mach);
/freebsd-10.2-release/contrib/gcc/
H A Dgccbug.in153 ARCH=`[ -f /bin/arch ] && /bin/arch`
/freebsd-10.2-release/cddl/lib/libzpool/
H A DMakefile57 CFLAGS+= -I${.CURDIR}/../../../lib/libthr/arch/${MACHINE_CPUARCH}/include
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dsh-dis.c506 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4;
509 && SH_MERGE_ARCH_SET (op->arch, arch_op32))
512 if (!SH_MERGE_ARCH_SET_VALID (op->arch, target_arch))
935 return SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 4 : 2;
H A Dmep-dis.c1112 enum bfd_architecture arch;
1118 arch = info->arch;
1119 if (arch == bfd_arch_unknown)
1120 arch = CGEN_BFD_ARCH;
1167 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
1108 enum bfd_architecture arch; local
/freebsd-10.2-release/sys/arm/arm/
H A Dcpufunc_asm_arm11x6.S205 .arch armv6
/freebsd-10.2-release/crypto/openssh/
H A Dsandbox-seccomp-filter.c83 /* Ensure the syscall arch convention is as expected. */
85 offsetof(struct seccomp_data, arch)),
163 "%s: unexpected system call (arch:0x%x,syscall:%d @ %p)",
/freebsd-10.2-release/usr.bin/svn/lib/libapr/
H A DMakefile34 -I${APR}/include/arch/unix -I${APR}/include
/freebsd-10.2-release/usr.bin/svn/svn/
H A DMakefile23 -I${APR}/include/arch/unix \
/freebsd-10.2-release/usr.bin/bmake/
H A DMakefile25 arch.c \
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h50 ModuleSpec (const FileSpec &file_spec, const ArchSpec &arch) : argument
54 m_arch (arch),
343 strm.Printf("arch = %s", m_arch.GetTriple().str().c_str());
530 // If there was an architecture, retry with a compatible arch
559 // If there was an architecture, retry with a compatible arch if no matches were found
/freebsd-10.2-release/contrib/openresolv/
H A Dconfigure146 if [ -e /etc/arch-release -a -d /etc/rc.d ]; then
/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddisasm.c344 di.arch = gdbarch_bfd_arch_info (gdbarch)->arch;
H A Dremote-e7000.c897 if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
908 if (TARGET_ARCHITECTURE->arch == bfd_arch_h8300)
967 if (TARGET_ARCHITECTURE->arch == bfd_arch_h8300)
988 else if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
2037 if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
2048 if (TARGET_ARCHITECTURE->arch == bfd_arch_h8300)
/freebsd-10.2-release/sys/dev/xen/balloon/
H A Dballoon.c169 #define max_pfn HYPERVISOR_shared_info->arch.max_pfn
416 #define max_pfn HYPERVISOR_shared_info->arch.max_pfn
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp894 const ArchSpec &arch = module_spec.GetArchitecture(); local
944 // If we get in here we got the correct arch, now we just need
967 // the arch or UUID (if one was passed in) don't match.
985 if (arch.IsValid())
988 error.SetErrorStringWithFormat("'%s' does not contain the %s architecture and UUID %s", path, arch.GetArchitectureName(), uuid_str.c_str());
990 error.SetErrorStringWithFormat("'%s' does not contain the %s architecture.", path, arch.GetArchitectureName());
1051 if (arch.IsValid())
1052 error.SetErrorStringWithFormat("unable to open %s architecture in '%s'", arch.GetArchitectureName(), path);
H A DArchSpec.cpp551 ParseMachCPUDashSubtypeTriple (const char *triple_cstr, ArchSpec &arch) argument
565 if (arch.SetArchitecture (eArchTypeMachO, cpu, sub))
574 arch.GetTriple().setVendorName(vendor_str);
580 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos));
584 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos));
657 // If we got an arch only, then default the vendor, os, environment
749 // Fall back onto setting the machine type if the arch by name failed...
/freebsd-10.2-release/contrib/groff/
H A DMakefile.in383 SH_DEPS_SED_SCRIPT=$(top_builddir)/arch/misc/shdeps.sed
529 PROGDEPDIRS=arch/misc
564 arch/djgpp \
/freebsd-10.2-release/contrib/apr/
H A Dapr.mak128 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
342 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /EHsc /c
556 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
770 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /
[all...]
H A Dlibapr.mak133 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
369 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
605 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
841 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp165 ArchSpec arch(target->GetArchitecture());
169 lldb::DisassemblerSP disassembler_sp = Disassembler::FindPlugin(arch, flavor_string, plugin_name);
174 ret.SetErrorStringWithFormat("Unable to find disassembler plug-in for %s architecture.", arch.GetArchitectureName());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp304 UnwindAssemblyInstEmulation::CreateInstance (const ArchSpec &arch) argument
306 std::unique_ptr<EmulateInstruction> inst_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypePrologueEpilogue, NULL));
309 return new UnwindAssemblyInstEmulation (arch, inst_emulator_ap.release());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp190 llvm::Triple::ArchType arch = triple.getArch(); local
191 bool is64bit = arch == llvm::Triple::ppc64 || arch == llvm::Triple::x86_64;
279 AddPath("/boot/develop/headers/os/arch", System, false);

Completed in 300 milliseconds

1234567891011>>