Searched defs:arch (Results 1 - 25 of 109) sorted by last modified time

12345

/freebsd-10.3-release/usr.sbin/pkg_install/add/
H A Dmain.c322 char arch[64]; local
/freebsd-10.3-release/usr.bin/uname/
H A Duname.c86 static char *ident, *platform, *hostname, *arch, *release, *sysname, *version, *kernvers, *uservers; variable
/freebsd-10.3-release/usr.bin/kdump/
H A Dkdump.c480 const char *arch; local
/freebsd-10.3-release/sys/xen/interface/
H A Dxen.h589 struct arch_vcpu_info arch; member in struct:vcpu_info
649 struct arch_shared_info arch; member in struct:shared_info
/freebsd-10.3-release/sys/xen/interface/foreign/
H A Dmkheader.py7 arch = sys.argv[1]; variable
[all...]
H A Dmkchecker.py7 arch = sys.argv[1]; variable
/freebsd-10.3-release/sys/dev/hwpmc/
H A Dhwpmc_core.c2027 int arch, n, model; local
/freebsd-10.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2077 enum bfd_architecture arch; member in struct:bfd_arch_info
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c625 const char *arch = processor_name(&local_sysinfo); local
/freebsd-10.3-release/contrib/mdocml/
H A Dmdoc.h224 char *arch; /* `Dt' arch (i386, etc.) */ member in struct:mdoc_meta
/freebsd-10.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp585 OwningPtr<Binary> arch; local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DUnwindAssembly.cpp19 UnwindAssembly::FindPlugin (const ArchSpec &arch) argument
34 UnwindAssembly::UnwindAssembly (const ArchSpec &arch) : argument
H A DTarget.cpp1828 Target::SetDefaultArchitecture (const ArchSpec &arch) argument
2819 TargetProperties::SetDefaultArchitecture (const ArchSpec& arch) argument
H A DPlatform.cpp108 ArchSpec arch; local
174 Platform::Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error) argument
1069 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr) argument
1084 IsCompatibleArchitecture(const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) argument
[all...]
H A DABI.cpp22 ABI::FindPlugin (const ArchSpec &arch) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp57 ArchSpec arch; local
H A DClangASTContext.cpp335 ClangASTContext::SetArchitecture (const ArchSpec &arch) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp168 AssemblyParse_x86::AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func) : argument
892 UnwindAssembly_x86::UnwindAssembly_x86 (const ArchSpec &arch, int cpu) : argument
928 UnwindAssembly_x86::CreateInstance (const ArchSpec &arch) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h126 UnwindAssemblyInstEmulation (const lldb_private::ArchSpec &arch, argument
H A DUnwindAssemblyInstEmulation.cpp304 UnwindAssemblyInstEmulation::CreateInstance (const ArchSpec &arch) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp182 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1288 GDBRemoteCommunicationClient::SendLaunchArchPacket (char const *arch) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h63 GetSize(lldb_private::ArchSpec &arch) argument
97 GetSize(lldb_private::ArchSpec &arch) argument
H A DThreadElfCore.cpp88 ArchSpec arch = process->GetArchitecture(); local
179 Parse(DataExtractor &data, ArchSpec &arch) argument
202 Parse(DataExtractor &data, ArchSpec &arch) argument
[all...]
H A DProcessElfCore.cpp439 ArchSpec arch = GetArchitecture(); local
373 ParseFreeBSDPrStatus(ThreadData &thread_data, DataExtractor &data, ArchSpec &arch) argument
543 ArchSpec arch; local
[all...]

Completed in 505 milliseconds

12345