Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp90 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
116 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
179 __FUNCTION__, arch.GetMachine(), arch.GetTriple().getOS()); in CreateRegisterContextForFrame()
183 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
258 if (arch.IsMIPS()) { in GetSize()
268 switch (arch.GetCore()) { in GetSize()
330 if (arch.IsMIPS()) { in GetSize()
337 switch (arch.GetCore()) { in GetSize()
373 if (arch.IsMIPS()) { in Parse()
403 if (arch.IsMIPS()) in GetSize()
[all …]
H A DThreadElfCore.h57 const lldb_private::ArchSpec &arch);
64 static size_t GetSize(const lldb_private::ArchSpec &arch);
78 const lldb_private::ArchSpec &arch);
85 static size_t GetSize(const lldb_private::ArchSpec &arch);
113 const lldb_private::ArchSpec &arch);
120 static size_t GetSize(const lldb_private::ArchSpec &arch);
/freebsd/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf30 arch=`dirname $f`
33 egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \
34 echo $x not found in $arch/GENERIC
35 sed -e'/"SMALL"/,/^else$/d' ${arch}/dokern.sh | \
37 echo "duplicate $x found in ${arch}/dokern.sh"
43 arch=`dirname $f`
49 ../sys/${arch}/conf/GENERIC || \
50 echo $x not found in $arch/GENERIC
51 grep -qw ^$x ${arch}/drivers.conf && \
52 echo "duplicate $x found in ${arch}/drivers.conf"
/freebsd/contrib/bmake/
H A Darch.c419 FILE *arch; in ArchStatMember() local
468 fclose(arch); in ArchStatMember()
563 fclose(arch); in ArchStatMember()
570 fclose(arch); in ArchStatMember()
694 FILE *arch; in ArchFindMember() local
705 fclose(arch); in ArchFindMember()
717 fclose(arch); in ArchFindMember()
732 return arch; in ArchFindMember()
769 return arch; in ArchFindMember()
783 fclose(arch); in ArchFindMember()
[all …]
H A Dos.sh107 arch=`Which arch /usr/bin:/usr/ucb`
116 MACHINE_ARCH=`arch`
120 MACHINE_ARCH=`arch`
158 arch=`Which arch /usr/bin:/usr/ucb:$PATH`
159 MACHINE_ARCH=`$arch -s`
/freebsd/sys/contrib/openzfs/config/
H A Ddeb.am37 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
39 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
47 arch=`$(RPM) -qp $${name}-dkms-$${version}.src.rpm --qf %{arch} | tail -1`; \
49 pkg1=$${name}-dkms-$${version}.$${arch}.rpm; \
56 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
58 pkg1=$${name}-$${version}.$${arch}.rpm; \
59 pkg2=libnvpair3-$${version}.$${arch}.rpm; \
60 pkg3=libuutil3-$${version}.$${arch}.rpm; \
61 pkg4=libzfs5-$${version}.$${arch}.rpm; \
62 pkg5=libzpool5-$${version}.$${arch}.rpm; \
[all …]
H A Dtgz.am15 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
16 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
23 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
24 pkg1=$${name}-$${version}.$${arch}.rpm; \
25 pkg2=$${name}-devel-$${version}.$${arch}.rpm; \
26 pkg3=$${name}-test-$${version}.$${arch}.rpm; \
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() argument
46 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
47 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance()
50 if (!create && arch && arch->IsValid()) { in CreateInstance()
51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
61 create = !arch->TripleOSWasSpecified(); in CreateInstance()
157 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() argument
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_007_pos.ksh68 for arch in "i386" "sparc"; do
69 log_must cp $tst_dir/${arch}.orig_history.txt $import_dir
70 orig_cmds_f=$import_dir/${arch}.orig_history.txt
72 orig_cmds_f1=$import_dir/${arch}.orig_history_1.txt
75 log_must cp $tst_dir/${arch}.migratedpool.DAT.Z $import_dir
76 log_must uncompress -f $import_dir/${arch}.migratedpool.DAT.Z
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h32 static bool SupportsThisArch(const ArchSpec &arch);
35 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
42 EmulateInstructionLoongArch(const ArchSpec &arch) : EmulateInstruction(arch) { in EmulateInstructionLoongArch() argument
43 m_arch_subtype = arch.GetMachine(); in EmulateInstructionLoongArch()
52 bool SetTargetTriple(const ArchSpec &arch) override;
55 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_007_pos.ksh81 for arch in "i386" "sparc"; do
82 log_must $CP $tst_dir/${arch}.orig_history.txt $import_dir
83 orig_cmds_f=$import_dir/${arch}.orig_history.txt
85 orig_cmds_f1=$import_dir/${arch}.orig_history_1.txt
88 log_must $CP $tst_dir/${arch}.migratedpool.DAT.Z $import_dir
89 log_must $UNCOMPRESS $import_dir/${arch}.migratedpool.DAT.Z
/freebsd/crypto/openssl/Configurations/
H A D15-android.conf54 my ($sysroot, $api, $arch);
57 $arch = $1;
60 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|;
61 ($api, $arch) = ($1, $2);
82 $sysroot = "@platforms[$#platforms]/arch-$arch";
83 $sysroot =~ m|/android-([0-9]+)/arch-$arch|;
101 my $triarch = $triplet{$arch};
164 bn_ops => $arch =~ m/64$/ ? "SIXTY_FOUR_BIT_LONG"
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp89 const ArchSpec arch(triple_str); in CreateTargetInternal() local
96 ArchSpec platform_arch(arch); in CreateTargetInternal()
174 } else if (arch.IsValid()) { in CreateTargetInternal()
239 platform_arch = arch; in CreateTargetInternal()
258 ArchSpec arch(specified_arch); in CreateTargetInternal() local
260 if (arch.IsValid()) { in CreateTargetInternal()
270 if (!arch.IsValid()) in CreateTargetInternal()
271 arch = specified_arch; in CreateTargetInternal()
308 ModuleSpec module_spec(file, arch); in CreateTargetInternal()
317 if (arch.IsValid()) { in CreateTargetInternal()
[all …]
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin() argument
24 UnwindAssemblySP assembly_profiler_up(create_callback(arch)); in FindPlugin()
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() argument
51 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
52 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance()
55 if (!create && arch && arch->IsValid()) { in CreateInstance()
56 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
66 create = !arch->TripleOSWasSpecified(); in CreateInstance()
172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() argument
184 if (arch.GetTriple().getArch() == llvm::Triple::x86) in GetMmapArgumentList()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp43 for (auto arch : *this) { in operator std::string()
44 result.append(std::string(getArchitectureName(arch))); in operator std::string()
54 for (auto arch : *this) { in operator std::vector<Architecture>()
55 if (arch == AK_unknown) in operator std::vector<Architecture>()
57 archs.emplace_back(arch); in operator std::vector<Architecture>()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_core_arch_map.cpp127 ap.arch = ARCH_V7; in getPatternMatchCoreName()
129 ap.arch = ARCH_AA64; /* default to 8.3+*/ in getPatternMatchCoreName()
132 ap.arch = ARCH_V8; in getPatternMatchCoreName()
134 ap.arch = ARCH_V8r3; in getPatternMatchCoreName()
149 ap.arch = ARCH_UNKNOWN; /*reset arch, return unknown*/ in getPatternMatchCoreName()
152 ap.arch = ARCH_UNKNOWN; /*reset arch, return unknown*/ in getPatternMatchCoreName()
165 ap.arch = ARCH_AA64; in getPatternMatchCoreName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h43 static bool SupportsThisArch(const ArchSpec &arch);
46 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} in EmulateInstructionRISCV() argument
61 bool SetTargetTriple(const ArchSpec &arch) override;
64 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp56 ArchSpec arch = process->GetTarget().GetArchitecture(); in CreateRegisterContextForFrame() local
58 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
62 *this, std::make_unique<RegisterInfoPOSIX_arm64>(arch, 0), in CreateRegisterContextForFrame()
67 *this, new RegisterContextFreeBSD_i386(arch), m_pcb_addr); in CreateRegisterContextForFrame()
72 *this, new RegisterContextFreeBSD_x86_64(arch), m_pcb_addr); in CreateRegisterContextForFrame()
/freebsd/crypto/openssl/VMS/
H A Dopenssl_startup.com.in55 $ arch := VAX
57 $ arch = F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE")
58 $ IF arch .EQS. "" THEN GOTO unknown_arch
80 .OR. F$SEARCH("WRK_INSTALLTOP:[LIB]''arch'.DIR;1") .EQS. "" -
81 .OR. F$SEARCH("WRK_INSTALLTOP:[EXE]''arch'.DIR;1") .EQS. "" -
84 $ WRITE SYS$ERROR "''INSTALLTOP' doesn't look like an OpenSSL installation for ''arch'"
98 $ DEF OSSL$LIB OSSL$INSTROOT:[LIB.'arch']
99 $ DEF OSSL$SHARE OSSL$INSTROOT:[LIB.'arch']
100 $ DEF OSSL$ENGINES'sv''pz' OSSL$INSTROOT:[ENGINES'sv''pz'.'arch']
101 $ DEF OSSL$MODULES'pz' OSSL$INSTROOT:[MODULES'pz'.'arch']
[all …]
/freebsd/contrib/mandoc/
H A Dcgi.c54 char *arch; /* architecture */ member
212 req->q.arch = NULL; in parse_query_string()
474 if (NULL == req->q.arch) in resp_searchform()
479 if (NULL != req->q.arch && in resp_searchform()
615 if (req->q.arch != NULL) in pg_redirect()
616 printf("%s/", req->q.arch); in pg_redirect()
628 char *arch, *archend; in pg_searchres() local
998 search.arch = req->q.arch; in pg_search()
1135 if (req.q.arch != NULL && validate_arch(req.q.arch) == 0) { in main()
1151 free(req.q.arch); in main()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h63 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CallFrameAddressIsValid() local
64 lldb_private::Flags arch_flags = arch.GetFlags(); in CallFrameAddressIsValid()
76 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CodeAddressIsValid() local
79 lldb_private::Flags arch_flags(arch.GetFlags()); in CodeAddressIsValid()
84 llvm::Triple::ArchType machine = arch.GetMachine(); in CodeAddressIsValid()
103 const lldb_private::ArchSpec &arch);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
70 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
72 reg_interface = new RegisterContextLinux_i386(arch); in CreateRegisterContextForFrame()
82 reg_interface = new RegisterContextLinux_x86_64(arch); in CreateRegisterContextForFrame()
101 const bool apple = arch.GetTriple().getVendor() == llvm::Triple::Apple; in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp102 const ArchSpec &arch = process.GetArchitecture(); in SetupSoftwareSingleStepping() local
105 EmulateInstruction::FindPlugin(arch, eInstructionTypePCModifying, in SetupSoftwareSingleStepping()
162 if (arch.GetMachine() == llvm::Triple::arm) { in SetupSoftwareSingleStepping()
170 } else if (arch.IsMIPS() || arch.GetTriple().isPPC64() || in SetupSoftwareSingleStepping()
171 arch.GetTriple().isRISCV() || arch.GetTriple().isLoongArch()) in SetupSoftwareSingleStepping()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp70 if (auto disasm_sp = create_callback(arch, flavor)) in FindPlugin()
78 if (auto disasm_sp = create_callback(arch, flavor)) in FindPlugin()
93 if (arch.GetTriple().getArch() == llvm::Triple::x86 || in FindPluginForTarget()
94 arch.GetTriple().getArch() == llvm::Triple::x86_64) in FindPluginForTarget()
97 return FindPlugin(arch, flavor, plugin_name); in FindPluginForTarget()
156 DataExtractor data(src, src_len, arch.GetByteOrder(), in DisassembleBytes()
157 arch.GetAddressByteSize()); in DisassembleBytes()
185 disasm_sp->PrintInstructions(debugger, arch, exe_ctx, in Disassemble()
925 ArchSpec arch; in TestEmulation() local
926 arch.SetTriple( in TestEmulation()
[all …]

12345678910>>...24