Searched refs:oldProtection (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 258 unsigned long oldProtection; in markExecutable() local 259 VirtualProtect(memory, bytes, PAGE_EXECUTE_READ, &oldProtection); in markExecutable() 273 unsigned long oldProtection; in deallocateExecutable() local 274 VirtualProtect(memory, bytes, PAGE_READWRITE, &oldProtection); in deallocateExecutable()
|
D | SubzeroReactor.cpp | 463 VirtualProtect(&buffer[0], buffer.size(), oldProtection, &exeProtection); in ~ELFMemoryStreamer() 505 VirtualProtect(&buffer[0], buffer.size(), PAGE_EXECUTE_READ, &oldProtection); in getEntry() 522 DWORD oldProtection; member in rr::ELFMemoryStreamer
|