Home
last modified time | relevance | path

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

/third_party/node/tools/
Dgen_node_def.cc120 MEMORY_BASIC_INFORMATION memoryInformation; in IsPageExecutable() local
122 address, &memoryInformation, sizeof(MEMORY_BASIC_INFORMATION)); in IsPageExecutable()
124 if (rc != 0 && memoryInformation.Protect != 0) { in IsPageExecutable()
125 return memoryInformation.Protect == PAGE_EXECUTE || in IsPageExecutable()
126 memoryInformation.Protect == PAGE_EXECUTE_READ || in IsPageExecutable()
127 memoryInformation.Protect == PAGE_EXECUTE_READWRITE || in IsPageExecutable()
128 memoryInformation.Protect == PAGE_EXECUTE_WRITECOPY; in IsPageExecutable()