Searched refs:arch (Results 126 - 150 of 411) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h96 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h93 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h103 CreateInstance ( const lldb_private::ArchSpec &arch );
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h107 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h89 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h101 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h99 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h99 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h99 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp339 ArchSpec arch; local
340 if (m_unwind_table.GetArchitecture (arch))
342 arch.MergeFrom (target.GetArchitecture ());
343 assembly_profiler_sp = UnwindAssembly::FindPlugin (arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h260 RemoveInvalidLocations (const ArchSpec &arch);
/freebsd-11.0-release/contrib/mdocml/
H A Dmansearch.h91 const char *arch; /* architecture/NULL */ member in struct:mansearch
H A Droff.h123 char *arch; /* Machine architecture. */ member in struct:roff_meta
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh143 # multi-arch is not enabled. This ensures that the
144 # default value, when multi-arch is the same as the
145 # default value when not multi-arch. POSTDEFAULT is
239 # m -> multi-arch function
240 # hiding a multi-arch function (parameterised with the architecture)
241 # M -> multi-arch function + predicate
242 # hiding a multi-arch function + predicate to test function validity
302 # default for the non- multi-arch target.
324 # non- multi-arch target (regardless of the value of
803 echo "Error: predicate function ${macro} can not have a non- multi-arch defaul
[all...]
/freebsd-11.0-release/lib/libkvm/
H A Dkvm_cptime.c99 if (!kd->arch->ka_native(kd)) {
/freebsd-11.0-release/libexec/
H A DMakefile117 .include <bsd.arch.inc.mk>
/freebsd-11.0-release/sbin/
H A DMakefile93 .include <bsd.arch.inc.mk>
/freebsd-11.0-release/usr.bin/svn/lib/libapr_util/
H A DMakefile28 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_client/
H A DMakefile21 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnbench/
H A DMakefile16 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnrdump/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp71 PlatformRemoteGDBServer::CreateInstance (bool force, const ArchSpec *arch) argument
76 create = !arch->TripleVendorWasSpecified() && !arch->TripleOSWasSpecified();
143 // No valid architecture was specified or the exact arch wasn't
194 const ArchSpec& arch,
201 if (!m_gdb_client.GetModuleInfo (module_file_spec, arch, module_spec))
205 __FUNCTION__, module_path.c_str (), arch.GetTriple ().getTriple ().c_str ());
214 __FUNCTION__, module_path.c_str (), arch.GetTriple ().getTriple ().c_str (), stream.GetString ().c_str ());
250 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
256 arch
193 GetModuleSpec(const FileSpec& module_file_spec, const ArchSpec& arch, ModuleSpec &module_spec) argument
[all...]
H A DPlatformRemoteGDBServer.h37 CreateInstance (bool force, const ArchSpec *arch);
77 const ArchSpec& arch,
114 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) override;
/freebsd-11.0-release/contrib/amd/amd/
H A Dget_args.c96 xsnprintf(tmpbuf, sizeof(tmpbuf), "cpu=%s (%s-endian), arch=%s, karch=%s.\n",
97 cpu, endian, gopt.arch, gopt.karch);
132 \t[-t timeout.retrans] [-w wait_timeout] [-A arch] [-C cluster_name]\n\
271 gopt.arch = optarg;
404 gopt.karch = gopt.arch;
/freebsd-11.0-release/sys/boot/efi/loader/
H A DMakefile41 .PATH: ${.CURDIR}/arch/${MACHINE}
44 .include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
47 CFLAGS+= -I${.CURDIR}/arch/${MACHINE}
98 LDSCRIPT= ${.CURDIR}/arch/${MACHINE}/ldscript.${MACHINE}

Completed in 141 milliseconds

1234567891011>>