Searched defs:orig_MapViewOfSection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.h21 NtMapViewOfSectionFunction orig_MapViewOfSection; member in struct:sandbox::PatchInfo
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.cc19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A DWow64.cc28 void* orig_MapViewOfSection; member in struct:__anon10591::PatchInfo32
56 if (!::ReadProcessMemory(child, local_patch_info.orig_MapViewOfSection,
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc173 NtMapViewOfSectionFunction orig_MapViewOfSection,
184 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
242 NtMapViewOfSectionFunction orig_MapViewOfSection,
256 ret = BlNtMapViewOfSectionImpl(orig_MapViewOfSection, section, process,
172 BlNtMapViewOfSectionImpl( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
241 BlNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument

Completed in 987 milliseconds