OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Wow64
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
Wow64_64.cc
5
//
Wow64
implementation for native 64-bit Windows (in other words, never WOW).
7
#include "sandbox/win/src/
wow64
.h"
11
Wow64
::~
Wow64
() {
14
bool
Wow64
::WaitForNtdll() {
Wow64.h
19
class
Wow64
{
21
Wow64
(TargetProcess* child, HMODULE ntdll)
23
~
Wow64
();
45
DISALLOW_IMPLICIT_CONSTRUCTORS(
Wow64
);
Wow64.cc
5
#include "sandbox/win/src/
wow64
.h"
70
typedef BOOL (WINAPI* IsWow64ProcessFunction)(HANDLE process, BOOL*
wow64
);
76
Wow64
::~
Wow64
() {
91
bool
Wow64
::WaitForNtdll() {
139
bool
Wow64
::RunWowHelper(void* buffer) {
180
bool
Wow64
::DllMapped() {
208
bool
Wow64
::NtdllPresent() {
Completed in 26 milliseconds