HomeSort by relevance Sort by last modified time
    Searched refs:TargetNtMapViewOfSection (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sandbox/win/src/
target_interceptions.h 18 SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtMapViewOfSection(
target_interceptions.cc 18 NTSTATUS WINAPI TargetNtMapViewOfSection(
interceptors_64.cc 30 return TargetNtMapViewOfSection(orig_fn, section, process, base, zero_bits,
  /external/chromium_org/sandbox/win/wow_helper/
target_code.h 29 NTSTATUS WINAPI TargetNtMapViewOfSection(
34 // Marker of the end of TargetNtMapViewOfSection.
target_code.cc 10 NTSTATUS WINAPI TargetNtMapViewOfSection(
wow_helper.cc 75 reinterpret_cast<char*>(&TargetNtMapViewOfSection);
81 if (!::WriteProcessMemory(child, code, &TargetNtMapViewOfSection, size,

Completed in 783 milliseconds