Searched refs:kProtectionExecute (Results 1 – 5 of 5) sorted by relevance
34 static const uptr kProtectionExecute = 4; variable47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable()
66 ((flags & ZX_VM_PERM_EXECUTE) ? kProtectionExecute : 0); in Next()
64 segment->protection |= kProtectionExecute; in Next()
51 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; in Next()
112 segment->protection |= kProtectionExecute; in Next()