Searched refs:NtMapViewOfSectionFunction (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist.h21 extern NtMapViewOfSectionFunction g_nt_map_view_of_section_func;
H A Dblacklist_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection,
H A Dblacklist.cc131 // Allocate storage for the pointer to the old NtMapViewOfSectionFunction.
134 NtMapViewOfSectionFunction g_nt_map_view_of_section_func = NULL;
361 g_nt_map_view_of_section_func = reinterpret_cast<NtMapViewOfSectionFunction>(
H A Dblacklist_interceptions.cc173 NtMapViewOfSectionFunction orig_MapViewOfSection,
242 NtMapViewOfSectionFunction orig_MapViewOfSection,
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
H A Dsandbox_nt_types.h17 NtMapViewOfSectionFunction MapViewOfSection;
H A Dtarget_interceptions.cc19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
H A Dinterceptors_64.cc28 NtMapViewOfSectionFunction orig_fn = reinterpret_cast<
29 NtMapViewOfSectionFunction>(g_originals[MAP_VIEW_OF_SECTION_ID]);
H A Dnt_internals.h222 typedef NTSTATUS (WINAPI *NtMapViewOfSectionFunction)( typedef
/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.h21 NtMapViewOfSectionFunction orig_MapViewOfSection;
H A Dservice64_resolver.cc309 NtMapViewOfSectionFunction>(&full_remote_thunk->original);

Completed in 200 milliseconds