Searched defs:arch (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh184 arch() { function
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { argument
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dregset.c35 regset_alloc (struct gdbarch *arch, argument
H A Dregset.h49 struct gdbarch *arch; member in struct:regset
/openbsd-current/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp29 ArchitectureAArch64::Create(const ArchSpec &arch) { argument
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dgen-aout.c34 char *target = "unknown", *arch = "unknown"; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dgen-aout.c34 char *target = "unknown", *arch = "unknown"; local
H A Dnlm.c49 nlm_set_arch_mach(bfd * abfd, enum bfd_architecture arch, unsigned long machine) argument
/openbsd-current/usr.bin/mandoc/
H A Darch.c22 arch_valid(const char *arch, enum mandoc_os os) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} argument
/openbsd-current/usr.bin/arch/
H A Darch.c42 char *arch, *opts; local
/openbsd-current/gnu/llvm/lldb/source/Host/android/
H A DHostInfoAndroid.cpp34 ResolveLibraryPath(const std::string &module_path, const ArchSpec &arch) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture(); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp56 ArchSpec arch = process->GetTarget().GetArchitecture(); local
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp26 GetArchitecture(Platform *platform, ArchSpec &arch) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp32 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h42 EmulateInstructionLoongArch(const ArchSpec &arch) : EmulateInstruction(arch) { argument
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dhppa.h47 enum pa_arch arch; member in struct:pa_opcode
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dhppa.h47 enum pa_arch arch; member in struct:pa_opcode
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp31 ArchSpec arch = register_info->GetTargetArchitecture(); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp60 CreateInstance(bool force, const ArchSpec *arch) argument
[all...]
H A DPlatformRemoteAppleBridge.cpp59 CreateInstance(bool force, const ArchSpec *arch) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointList.cpp62 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} argument

Completed in 187 milliseconds

1234567891011>>