Searched refs:maxProt (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddyld_cache_format.h48 uint32_t maxProt; member in struct:dyld_cache_mapping_info
H A Ddyldcache.h84 vm_prot_t maxProt() const { return flip(mStruct->sfm_max_prot); } function in struct:DYLDCache::Mapping
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyld_cache_format.h48 uint32_t maxProt; member in struct:dyld_cache_mapping_info
H A Ddyldcache.h84 vm_prot_t maxProt() const { return flip(mStruct->sfm_max_prot); } function in struct:DYLDCache::Mapping
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h53 uint32_t maxProt; member in struct:dyld_cache_mapping_info
H A DCacheFileAbstraction.hpp91 uint32_t max_prot() const INLINE { return E::get32(fields.maxProt); }
92 void set_max_prot(uint32_t value) INLINE { E::set32((uint32_t&)fields.maxProt, value); }
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld.cpp3375 mappings[i].sfm_max_prot = p->maxProt;
3532 ((p->initProt & VM_PROT_EXECUTE) ? "execute " : ""), p->initProt, p->maxProt);

Completed in 144 milliseconds