Home
last modified time | relevance | path

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

/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc173 NtMapViewOfSectionFunction orig_MapViewOfSection, in BlNtMapViewOfSectionImpl() argument
184 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in BlNtMapViewOfSectionImpl()
242 NtMapViewOfSectionFunction orig_MapViewOfSection, in BlNtMapViewOfSection() argument
256 ret = BlNtMapViewOfSectionImpl(orig_MapViewOfSection, section, process, in BlNtMapViewOfSection()
Dblacklist_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection,
/external/chromium_org/sandbox/win/src/
Dtarget_interceptions.cc19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, in TargetNtMapViewOfSection() argument
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
Dtarget_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
DWow64.cc28 void* orig_MapViewOfSection; member
56 if (!::ReadProcessMemory(child, local_patch_info.orig_MapViewOfSection, in Restore64Code()
/external/chromium_org/sandbox/win/wow_helper/
Dtarget_code.h21 NtMapViewOfSectionFunction orig_MapViewOfSection; member
Dtarget_code.cc14 NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process, in TargetNtMapViewOfSection()
Dservice64_resolver.cc308 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast< in PerformPatch()