Searched defs:arch (Results 76 - 100 of 149) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp68 ObjectContainerBSDArchive::Archive::Archive(const lldb_private::ArchSpec &arch, argument
179 FindCachedArchive( const FileSpec &file, const ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) argument
219 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, DataExtractor &data, ArchiveType archive_type) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp704 const ArchSpec &arch = local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp106 ModuleArch arch; local
143 ModuleArch arch; local
452 FormatAndSendCommand(const char *command_prefix, const char *module_name, uptr module_offset, ModuleArch arch) argument
[all...]
H A Dsanitizer_common.cpp164 set(const char *module_name, uptr base_address, ModuleArch arch, u8 uuid[kModuleUUIDSize], bool instrumented) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp675 const ArchSpec &arch = m_process->GetTarget().GetArchitecture(); local
H A DDynamicLoaderPOSIXDYLD.cpp713 const ArchSpec &arch = m_process->GetTarget().GetArchitecture(); local
/freebsd-current/contrib/kyua/model/
H A Dmetadata.cpp713 model::metadata_builder::add_allowed_architecture(const std::string& arch) argument
/freebsd-current/contrib/mandoc/
H A Dcgi.c54 char *arch; /* architecture */ member in struct:query
532 validate_arch(const char *arch) argument
628 char *arch, *archend; local
[all...]
H A Dmain.c765 fs_lookup(const struct manpaths *paths, size_t ipath, const char *sec, const char *arch, const char *name, struct manpage **res, size_t *ressz) argument
[all...]
H A Dmandocdb.c88 char *arch; /* architecture from file content */ member in struct:mpage
100 char *arch; /* architecture from directory */ member in struct:mlink
585 char *dsec, *arch, *fsec, *cp; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp23 x86AssemblyInspectionEngine::x86AssemblyInspectionEngine(const ArchSpec &arch) argument
/freebsd-current/sys/compat/linux/
H A Dlinux_misc.h172 uint32_t arch; member in struct:syscall_info
/freebsd-current/usr.sbin/bhyve/
H A Dqemu_fwcfg.c192 const uint16_t arch = architecture & QEMU_FWCFG_ARCHITECTURE_MASK; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1311 ABISysV_arm::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp558 ABISysV_mips::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp74 ABISysV_i386::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp48 ABISysV_arm64::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h20 EmulateInstructionARM64(const lldb_private::ArchSpec &arch) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp510 const ArchSpec arch = target.GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp96 const ArchSpec *arch = module_spec.GetArchitecturePtr(); local
329 FindSymbolFileInBundle( const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch) argument
367 FileAtPathContainsArchAndUUID(const FileSpec &file_fspec, const ArchSpec *arch, const lldb_private::UUID *uuid) argument
538 const ArchSpec *arch = module_spec.GetArchitecturePtr(); local
771 const ArchSpec *arch = module_spec.GetArchitecturePtr(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp143 NativeProcessNetBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate, const ArchSpec &arch, MainLoop &mainloop) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp142 NativeProcessFreeBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate, const ArchSpec &arch, MainLoop &mainloop) argument
/freebsd-current/contrib/bmake/
H A Darch.c419 FILE *arch; local
592 ArchSVR4Entry(Arch *ar, char *inout_name, size_t size, FILE *arch) argument
694 FILE *arch; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp189 EmulateInstructionMIPS64::CreateInstance(const ArchSpec &arch, argument
202 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { argument
63 EmulateInstructionMIPS64( const lldb_private::ArchSpec &arch) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp753 ParseMachCPUDashSubtypeTriple(llvm::StringRef triple_str, ArchSpec &arch) argument

Completed in 208 milliseconds

123456