Searched refs:Arch (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsignerutils.h93 struct Arch : public BlobWriter { struct in class:Security::CodeSigning::ArchEditor
100 Arch(const Architecture &arch, CodeDirectory::HashAlgorithm hashType) function in struct:Security::CodeSigning::ArchEditor::Arch
106 // from Architectures to Arch objects.
108 typedef std::map<Architecture, Arch *> ArchMap;
116 virtual void reset(Arch &arch) = 0; // pass 2 prep
117 virtual void write(Arch &arch, EmbeddedSignatureBlob *blob) = 0; // takes ownership of blob
137 void reset(Arch &arch) { }
138 void write(Arch &arch, EmbeddedSignatureBlob *blob);
163 void reset(Arch &arch);
164 void write(Arch
[all...]
H A Dsignerutils.cpp86 architecture[*it] = new Arch(*it, hashType);
110 void BlobEditor::write(Arch &arch, EmbeddedSignatureBlob *blob)
242 void MachOEditor::reset(Arch &arch)
254 void MachOEditor::write(Arch &arch, EmbeddedSignatureBlob *blob)
H A Dsigner.cpp406 MachOEditor::Arch &arch = *it->second;
438 MachOEditor::Arch &arch = *it->second;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsignerutils.h93 struct Arch : public BlobWriter { struct in class:Security::CodeSigning::ArchEditor
100 Arch(const Architecture &arch, CodeDirectory::HashAlgorithm hashType) function in struct:Security::CodeSigning::ArchEditor::Arch
106 // from Architectures to Arch objects.
108 typedef std::map<Architecture, Arch *> ArchMap;
116 virtual void reset(Arch &arch) = 0; // pass 2 prep
117 virtual void write(Arch &arch, EmbeddedSignatureBlob *blob) = 0; // takes ownership of blob
137 void reset(Arch &arch) { }
138 void write(Arch &arch, EmbeddedSignatureBlob *blob);
163 void reset(Arch &arch);
164 void write(Arch
[all...]
H A Dsignerutils.cpp86 architecture[*it] = new Arch(*it, hashType);
110 void BlobEditor::write(Arch &arch, EmbeddedSignatureBlob *blob)
242 void MachOEditor::reset(Arch &arch)
254 void MachOEditor::write(Arch &arch, EmbeddedSignatureBlob *blob)
H A Dsigner.cpp406 MachOEditor::Arch &arch = *it->second;
438 MachOEditor::Arch &arch = *it->second;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc43 std::string Arch = ArchSplit.first;
45 std::string Triple(Arch);
/macosx-10.10/vim-55/runtime/ftplugin/
H A Darch.vim2 " Language: GNU Arch inventory file
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DTriple.h123 ArchType Arch; member in class:llvm::Triple
140 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {}
162 ArchType getArch() const { return Arch; }
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp725 unsigned Arch = getArch(); local
726 bool isScattered = (Arch != Triple::x86_64) &&
742 unsigned Arch = getArch(); local
743 bool isScattered = (Arch != Triple::x86_64) &&
787 unsigned Arch = getArch(); local
788 bool isScattered = (Arch != Triple::x86_64) &&
797 switch (Arch) {
921 unsigned Arch = getArch(); local
922 bool isScattered = (Arch != Triple::x86_64) &&
993 unsigned Arch local
1207 unsigned Arch = getArch(); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h159 Triple::ArchType Arch; member in class:llvm::RuntimeDyldImpl
162 if (Arch == Triple::arm || Arch == Triple::thumb)
164 else if (Arch == Triple::mipsel)
H A DRuntimeDyldMachO.cpp44 switch (Arch) {
262 if (Arch == Triple::arm && (RelType & 0xf) == macho::RIT_ARM_Branch24Bit) {
H A DRuntimeDyld.cpp76 Arch = (Triple::ArchType)obj->getArch();
337 if (Arch == Triple::arm) {
343 } else if (Arch == Triple::mipsel) {
H A DRuntimeDyldELF.cpp351 switch (Arch) {
437 if (Arch == Triple::arm &&
469 } else if (Arch == Triple::mipsel && RelType == ELF::R_MIPS_26) {
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp557 Triple::ArchType Arch = T.getArch(); local
558 // FIXME: Checking for Arch here to filter out bogus triples such as
560 if ((Arch == Triple::x86 || Arch == Triple::x86_64 ||
561 Arch == Triple::arm || Arch == Triple::thumb ||
562 Arch == Triple::ppc || Arch == Triple::ppc64 ||
563 Arch == Triple::UnknownArch) &&
567 } else if ((Arch
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Darch.vim2 " Language: GNU Arch inventory file
H A Dconaryrecipe.vim99 syn match conaryArch "Arch\.[a-z0-9A-Z]\+" contains=conaryArches,conarySubArches
100 syn match conaryArch "Arch\.[a-z0-9A-Z]\+" contains=conaryArches,conarySubArches
H A Ddebcontrol.vim52 syn match debcontrolKey contained "^\%(Source\|Package\|Section\|Priority\|\%(XSBC-Original-\)\=Maintainer\|Uploaders\|Build-\%(Conflicts\|Depends\)\%(-Indep\)\=\|Standards-Version\|\%(Pre-\)\=Depends\|Recommends\|Suggests\|Provides\|Replaces\|Conflicts\|Enhances\|Breaks\|Essential\|Architecture\|Description\|Bugs\|Origin\|X[SB]-Python-Version\|Homepage\|\(XS-\)\=Vcs-\(Browser\|Arch\|Bzr\|Cvs\|Darcs\|Git\|Hg\|Mtn\|Svn\)\|XC-Package-Type\|\%(XS-\)\=DM-Upload-Allowed\): *"
61 syn region debcontrolStrictField start="^\%(XS-\)\=Vcs-\%(Browser\|Arch\|Bzr\|Darcs\|Hg\)" end="$" contains=debcontrolKey,debcontrolHTTPUrl oneline keepend
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DTriple.cpp339 Arch(parseArch(getArchName())),
353 Arch(parseArch(ArchStr.str())),
368 Arch(parseArch(ArchStr.str())),
384 ArchType Arch = UnknownArch; local
386 Arch = parseArch(Components[0]);
400 Found[0] = Arch != UnknownArch;
423 Arch = parseArch(Comp);
424 Valid = Arch != UnknownArch;
496 // Special case logic goes here. At this point Arch, Vendor and OS have the
690 static unsigned getArchPointerBitWidth(llvm::Triple::ArchType Arch) { argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp43 Triple::ArchType Arch; member in struct:TripleMap
62 if (arch == triplemap[infoIndex].Arch)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc-arch.el1 ;;; vc-arch.el --- VC backend for the Arch version-control system
27 ;; The home page of the Arch version control system is at
44 ;; - All files under the tree are considered as "under Arch's control"
72 (put 'Arch 'vc-functions nil)
191 "Return the root directory of a Arch project, if any."
199 (if rev (error "Explicit initial revision not supported for Arch"))
308 ;; default branch. We'll then get "Arch:000[branch]" on the mode-line.
314 "Rewrite rules to shorten Arch's revision names on the mode-line."
324 (format "Arch%c%s"
380 (vc-switches 'Arch 'checki
[all...]
H A Dvc-hooks.el65 (defcustom vc-handled-backends '(RCS CVS SVN SCCS Arch MCVS)
66 ;; Arch and MCVS come last because they are per-tree rather than per-dir.
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DTripleTest.cpp175 for (int Arch = 1+Triple::UnknownArch; Arch <= Triple::amdil; ++Arch) {
176 C[0] = Triple::getArchTypeName(Triple::ArchType(Arch));
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1865 Triple::ArchType Arch = TT.getArch(); local
1866 if (Arch == Triple::x86_64)
1868 else if (Arch == Triple::x86)
1870 else if (Arch == Triple::ppc)
1872 else if (Arch == Triple::ppc64)
1874 else if (Arch == Triple::arm || Arch == Triple::thumb)
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_vi_vn.vim210 menutrans Arch\ inventory Ki���m\ k��\ Arch

Completed in 292 milliseconds

12