Searched refs:MachO (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/python_modules-35/macholib/
H A DMakefile7 ed - $(DIR)/macholib/MachO.py < MachO.py.ed
/macosx-10.9.5/python_modules-35/2.5/macholib/
H A DMakefile8 ed - $(DIR)/macholib/MachO.py < MachO.py.ed
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py8 from macholib.MachO import MachO
15 macho = MachO(dyld)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py8 from macholib.MachO import MachO
15 macho = MachO(dyld)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp170 // Create a MachO object from an open file and a starting offset.
175 MachO::MachO(FileDesc fd, size_t offset, size_t length) function in class:Security::MachO
196 void MachO::validateStructure()
232 MachO::~MachO()
239 // Create a MachO object that is (entirely) mapped into memory.
414 size_t MachO::signingExtent() const
426 void MachO::seek(size_t offset)
431 CFDataRef MachO
[all...]
H A Dmacho++.h136 class MachO : public MachOBase, public UnixPlusPlus::FileDesc { class in namespace:Security
138 MachO(FileDesc fd, size_t offset = 0, size_t length = 0);
139 ~MachO();
194 // return a genuine MachO object for the given architecture
195 MachO *architecture() const; // native
196 MachO *architecture(const Architecture &arch) const; // given
197 MachO *architecture(size_t offset) const; // given by file offset
223 MachO *findImage(const Architecture &arch) const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp170 // Create a MachO object from an open file and a starting offset.
175 MachO::MachO(FileDesc fd, size_t offset, size_t length) function in class:Security::MachO
196 void MachO::validateStructure()
232 MachO::~MachO()
239 // Create a MachO object that is (entirely) mapped into memory.
414 size_t MachO::signingExtent() const
426 void MachO::seek(size_t offset)
431 CFDataRef MachO
[all...]
H A Dmacho++.h136 class MachO : public MachOBase, public UnixPlusPlus::FileDesc { class in namespace:Security
138 MachO(FileDesc fd, size_t offset = 0, size_t length = 0);
139 ~MachO();
194 // return a genuine MachO object for the given architecture
195 MachO *architecture() const; // native
196 MachO *architecture(const Architecture &arch) const; // given
197 MachO *architecture(size_t offset) const; // given by file offset
223 MachO *findImage(const Architecture &arch) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Object/
H A DMachOObjectFile.cpp16 #include "llvm/Object/MachO.h"
301 if ((MachOType & MachO::NlistMaskType) == MachO::NListTypeUndefined)
307 if (MachOType & MachO::NlistMaskExternal) {
309 if ((MachOType & MachO::NlistMaskType) == MachO::NListTypeUndefined)
313 if (MachOFlags & (MachO::NListDescWeakRef | MachO::NListDescWeakDef))
316 if ((MachOType & MachO::NlistMaskType) == MachO
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.h70 static CFDataRef identificationFor(MachO *macho);
H A Dslcrep.h58 static CFDataRef identificationFor(MachO *macho);
H A Dmachorep.cpp117 std::auto_ptr<MachO> macho(mainExecutableImage()->architecture());
121 CFDataRef MachORep::identificationFor(MachO *macho)
172 auto_ptr<MachO> macho(mainExecutableImage()->architecture());
204 auto_ptr<MachO> macho(mainExecutableImage()->architecture());
304 auto_ptr<MachO> macho(mainExecutableImage()->architecture(*arch));
H A Dsignerutils.h95 auto_ptr<MachO> source; // Mach-O object to be signed
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.h70 static CFDataRef identificationFor(MachO *macho);
H A Dslcrep.h58 static CFDataRef identificationFor(MachO *macho);
H A Dmachorep.cpp117 std::auto_ptr<MachO> macho(mainExecutableImage()->architecture());
121 CFDataRef MachORep::identificationFor(MachO *macho)
172 auto_ptr<MachO> macho(mainExecutableImage()->architecture());
204 auto_ptr<MachO> macho(mainExecutableImage()->architecture());
304 auto_ptr<MachO> macho(mainExecutableImage()->architecture(*arch));
H A Dsignerutils.h95 auto_ptr<MachO> source; // Mach-O object to be signed
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DTriple.h115 MachO, enumerator in enum:llvm::Triple::EnvironmentType
322 /// \brief Tests whether the environment is MachO.
325 return getEnvironment() == Triple::MachO || isOSDarwin();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp79 MachineModuleInfoMachO &MachO = getMachOMMI(AP); local
83 MachO.getHiddenGVStubEntry(Sym) : MachO.getGVStubEntry(Sym);
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-objdump/
H A DMachODump.cpp10 // This file implements the MachO-specific dumper for llvm-objdump.
16 #include "llvm/Support/MachO.h"
17 #include "llvm/Object/MachO.h"
47 " write it to a graphviz file (MachO-only)"));
60 case llvm::MachO::CPUTypeI386:
63 case llvm::MachO::CPUTypeX86_64:
66 case llvm::MachO::CPUTypeARM:
69 case llvm::MachO::CPUTypePowerPC:
72 case llvm::MachO::CPUTypePowerPC64:
H A Dllvm-objdump.cpp75 MachO("macho", cl::desc("Use MachO specific object file parser"));
77 MachOm("m", cl::desc("Alias for --macho"), cl::aliasopt(MachO));
614 if (MachO && Disassemble) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp453 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
466 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
H A DX86MCTargetDesc.cpp382 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
470 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DTriple.cpp150 case MachO: return "macho";
328 .StartsWith("macho", Triple::MachO)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h1 //===-- llvm/Support/MachO.h - The MachO file format ------------*- C++ -*-===//
10 // This file defines manifest constants for the MachO object file format.
23 namespace MachO { namespace in namespace:llvm
26 // Constants for the "magic" field in llvm::MachO::mach_header and
27 // llvm::MachO::mach_header_64
35 // Constants for the "filetype" field in llvm::MachO::mach_header and
36 // llvm::MachO::mach_header_64
49 // Constant bits for the "flags" field in llvm::MachO::mach_header and
50 // llvm::MachO
[all...]

Completed in 280 milliseconds

12