Home
last modified time | relevance | path

Searched refs:oldProtection (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DExecutableMemory.cpp258 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()
DSubzeroReactor.cpp463 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