Searched refs:kProtectionExecute (Results 1 – 4 of 4) sorted by relevance
34 static const uptr kProtectionExecute = 4; variable47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable()
49 segment->protection |= kProtectionExecute; in Next()
52 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; in Next()
119 segment->protection |= kProtectionExecute; in Next()