Searched refs:orig_MapViewOfSection (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome_elf/blacklist/ |
D | blacklist_interceptions.cc | 173 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()
|
D | blacklist_interceptions.h | 19 NtMapViewOfSectionFunction orig_MapViewOfSection,
|
/external/chromium_org/sandbox/win/src/ |
D | target_interceptions.cc | 19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, in TargetNtMapViewOfSection() argument 23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
|
D | target_interceptions.h | 19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
|
D | Wow64.cc | 28 void* orig_MapViewOfSection; member 56 if (!::ReadProcessMemory(child, local_patch_info.orig_MapViewOfSection, in Restore64Code()
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | target_code.h | 21 NtMapViewOfSectionFunction orig_MapViewOfSection; member
|
D | target_code.cc | 14 NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process, in TargetNtMapViewOfSection()
|
D | service64_resolver.cc | 308 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast< in PerformPatch()
|