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

  /external/chromium_org/sandbox/win/src/
target_interceptions.h 19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
target_interceptions.cc 19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
Wow64.cc 28 void* orig_MapViewOfSection;
56 if (!::ReadProcessMemory(child, local_patch_info.orig_MapViewOfSection,
  /external/chromium_org/sandbox/win/wow_helper/
target_code.h 21 NtMapViewOfSectionFunction orig_MapViewOfSection;
target_code.cc 14 NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process,
service64_resolver.cc 308 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast<
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.h 19 NtMapViewOfSectionFunction orig_MapViewOfSection,
blacklist_interceptions.cc 173 NtMapViewOfSectionFunction orig_MapViewOfSection,
184 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
242 NtMapViewOfSectionFunction orig_MapViewOfSection,
256 ret = BlNtMapViewOfSectionImpl(orig_MapViewOfSection, section, process,

Completed in 1081 milliseconds