Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Dt-xscale-coff31 MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
35 MULTILIB_DIRNAMES += arm thumb
38 MULTILIB_REDUNDANT_DIRS = interwork/thumb=thumb
Dt-xscale-elf31 MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
35 MULTILIB_DIRNAMES += arm thumb
38 MULTILIB_REDUNDANT_DIRS = interwork/thumb=thumb
Dt-arm-aout23 …OPTIONS = mhard-float/msoft-float mapcs-32/mapcs-26 mno-thumb-interwork/mthumb-interwork arm/thumb
24 # MULTILIB_DIRNAMES = le be fpu soft 32bit 26bit normal interwork arm thumb
Dt-arm-coff23 MULTILIB_OPTIONS = mlittle-endian/mbig-endian mhard-float/msoft-float marm/mthumb mno-thumb-interw…
24 MULTILIB_DIRNAMES = le be fpu soft arm thumb normal interwork
Dt-arm-elf25 MULTILIB_DIRNAMES = arm thumb
41 # MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
/openbsd/src/gnu/gcc/gcc/config/arm/
Dt-xscale-elf34 MULTILIB_DIRNAMES += thumb
37 MULTILIB_REDUNDANT_DIRS = interwork/thumb=thumb
47 # MULTILIB_REDUNDANT_DIRS += interwork/thumb/iwmmxt=thumb
Dt-rtems4 MULTILIB_DIRNAMES = arm thumb
6 MULTILIB_MATCHES = marm=mno-thumb
Dt-xscale-coff34 MULTILIB_DIRNAMES += thumb
37 MULTILIB_REDUNDANT_DIRS = interwork/thumb=thumb
Dt-arm-coff23 MULTILIB_OPTIONS = mlittle-endian/mbig-endian mhard-float/msoft-float marm/mthumb mno-thumb-interw…
24 MULTILIB_DIRNAMES = le be fpu soft arm thumb normal interwork
Dt-wince-pe32 # MULTILIB_OPTIONS += thumb
33 # MULTILIB_DIRNAMES += thumb
Dt-arm-elf10 MULTILIB_DIRNAMES = arm thumb
26 # MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
/openbsd/src/usr.sbin/acme-client/
Dacctproc.c137 char *thumb = NULL, *dig64 = NULL; in op_thumbprint() local
146 if ((thumb = op_thumb_rsa(pkey)) != NULL) in op_thumbprint()
150 if ((thumb = op_thumb_ec(pkey)) != NULL) in op_thumbprint()
165 if (!EVP_Digest(thumb, strlen(thumb), dig, &digsz, EVP_sha256(), in op_thumbprint()
179 free(thumb); in op_thumbprint()
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DNetBSD.cpp49 case llvm::Triple::thumb: in ConstructJob()
158 case llvm::Triple::thumb: in ConstructJob()
283 case llvm::Triple::thumb: in ConstructJob()
371 case llvm::Triple::thumb: in NetBSD()
422 case llvm::Triple::thumb: in GetDefaultCXXStdlibType()
504 TArch == llvm::Triple::thumb || TArch == llvm::Triple::thumbeb) in GetExceptionModel()
DCrossWindows.cpp38 case llvm::Triple::thumb: in ConstructJob()
99 case llvm::Triple::thumb: in ConstructJob()
121 case llvm::Triple::thumb: in ConstructJob()
DLinux.cpp61 case llvm::Triple::thumb: in getMultiarchTriple()
220 if (Arch == llvm::Triple::arm || Arch == llvm::Triple::thumb) in Linux()
414 case llvm::Triple::thumb: in getDynamicLinker()
459 case llvm::Triple::thumb: in getDynamicLinker()
749 getTriple().getArch() == llvm::Triple::thumb || in getSupportedSanitizers()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DTargetThreadWindows.cpp74 case llvm::Triple::thumb: in CreateRegisterContextForFrame()
150 case llvm::Triple::thumb: in DoResume()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DArchSpec.cpp76 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumb,
78 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv4t,
80 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv5,
82 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv5e,
84 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv6,
86 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv6m,
88 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7,
90 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7f,
92 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7s,
94 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7k,
[all …]
/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Darmelf.em171 einfo (_("%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"),
176 einfo (_("%P: warning: connot find thumb start symbol %s\n"),
193 { "thumb-entry", required_argument, NULL, OPTION_THUMB_ENTRY},
198 fprintf (file, _(" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"));
Darmcoff.em60 {"thumb-entry", required_argument, NULL, OPTION_THUMB_ENTRY},
73 fprintf (file, _(" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"));
188 einfo (_("%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"),
193 einfo (_("%P: warning: connot find thumb start symbol %s\n"), thumb_entry_symbol);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp249 case llvm::Triple::thumb: in GetDescription()
280 case llvm::Triple::thumb: in GetDescription()
357 case llvm::Triple::thumb: in GetDescription()
674 case llvm::Triple::thumb: in CreateStopReasonWithMachException()
/openbsd/src/gnu/llvm/lld/MachO/Arch/
DARM.cpp114 if (!isBlx && defined->thumb) { in relocateOne()
117 } else if (isBlx && !defined->thumb) { in relocateOne()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Darmcoff.em60 {"thumb-entry", required_argument, NULL, OPTION_THUMB_ENTRY},
73 fprintf (file, _(" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"));
190 einfo (_("%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"),
195 einfo (_("%P: warning: connot find thumb start symbol %s\n"), thumb_entry_symbol);
Darmelf.em201 einfo (_("%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"),
206 einfo (_("%P: warning: connot find thumb start symbol %s\n"),
238 { "thumb-entry", required_argument, NULL, OPTION_THUMB_ENTRY},
248 fprintf (file, _(" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"));
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/
DARMTargetInfo.cpp36 RegisterTarget<Triple::thumb, /*HasJIT=*/true> A(getTheThumbLETarget(), in LLVMInitializeARMTargetInfo()
/openbsd/src/lib/libcrypto/arch/arm/
Darmv4cpuid.S6 .thumb

12345678910>>...12