Searched refs:cpuType (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkunpack.cpp18 const EmbeddedSignatureBlob *sig = EmbeddedSignatureBlob::specific(top->find(local.cpuType()));
20 sig = EmbeddedSignatureBlob::specific(top->find(local.cpuType() & ~CPU_ARCH_MASK));
/macosx-10.10/libunwind-35.3/src/
H A Dlibuwind.cxx91 switch ( as->cpuType ) {
129 as->cpuType = CPU_TYPE_POWERPC;
135 as->cpuType = CPU_TYPE_X86_64;
141 as->cpuType = CPU_TYPE_I386;
155 switch ( asp->cpuType ) {
H A DAddressSpace.hpp383 cpu_type_t cpuType; member in struct:libunwind::unw_addr_space
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm39 cpu_type_t cpuType;
66 posix_spawnattr_setbinpref_np(&attr, 1, &info->cpuType, &outCount);
107 info->cpuType = (cpu_type_t)xpc_dictionary_get_uint64(event, "architecture");
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Ddetachedrep.cpp54 if (const BlobCore *blob = dsblob->find(fat->bestNativeArch().cpuType()))
H A Dsignerutils.cpp112 mMaker.add(arch.architecture.cpuType(), blob);
224 CODESIGN_ALLOCATE_ARCHN(it->first.cpuType(), it->first.cpuSubtype(), (unsigned int)size);
227 asprintf(&anum, "%d", it->first.cpuType());
H A Dsigner.cpp410 if (arch.architecture.cpuType() == CPU_TYPE_I386) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddetachedrep.cpp54 if (const BlobCore *blob = dsblob->find(fat->bestNativeArch().cpuType()))
H A Dsignerutils.cpp112 mMaker.add(arch.architecture.cpuType(), blob);
224 CODESIGN_ALLOCATE_ARCHN(it->first.cpuType(), it->first.cpuSubtype(), (unsigned int)size);
227 asprintf(&anum, "%d", it->first.cpuType());
H A Dsigner.cpp410 if (arch.architecture.cpuType() == CPU_TYPE_I386) {
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmacho++.h55 cpu_type_t cpuType() const { return this->first; } function in class:Security::Architecture
61 operator bool () const { return cpuType() != none; }
62 bool operator ! () const { return cpuType() == none; }
H A Dmacho++.cpp81 if (const NXArchInfo *info = NXGetArchInfoFromCpuType(cpuType(), cpuSubtype()))
92 snprintf(buf, sizeof(buf), "(%d:%d)", cpuType(), cpuSubtype());
669 if (arch->cputype == target.cpuType()
674 if (arch->cputype == target.cpuType() && arch->cpusubtype == 0)
678 if (arch->cputype == target.cpuType())
702 if (fat_arch *match = NXFindBestFatArch(native.cpuType(), native.cpuSubtype(), mArchList, mArchCount))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmacho++.h55 cpu_type_t cpuType() const { return this->first; } function in class:Security::Architecture
61 operator bool () const { return cpuType() != none; }
62 bool operator ! () const { return cpuType() == none; }
H A Dmacho++.cpp81 if (const NXArchInfo *info = NXGetArchInfoFromCpuType(cpuType(), cpuSubtype()))
92 snprintf(buf, sizeof(buf), "(%d:%d)", cpuType(), cpuSubtype());
669 if (arch->cputype == target.cpuType()
674 if (arch->cputype == target.cpuType() && arch->cpusubtype == 0)
678 if (arch->cputype == target.cpuType())
702 if (fat_arch *match = NXFindBestFatArch(native.cpuType(), native.cpuSubtype(), mArchList, mArchCount))
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp277 static bool requestedSlice(const std::set<ArchPair>* onlyArchs, cpu_type_t cpuType, cpu_subtype_t cpuSubType);
332 bool UniversalMachOLayout::requestedSlice(const std::set<ArchPair>* onlyArchs, cpu_type_t cpuType, cpu_subtype_t cpuSubType) argument
339 if ( cpuType == anArch.arch ) {
340 switch ( cpuType ) {
/macosx-10.10/security_systemkeychain-55202/src/
H A Dcs_utils.cpp620 kSecCodeAttributeArchitecture, arch.cpuType(),

Completed in 271 milliseconds