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

  /external/chromium_org/chrome_elf/blacklist/
blacklist.h 21 extern NtMapViewOfSectionFunction g_nt_map_view_of_section_func;
blacklist_interceptions.h 19 NtMapViewOfSectionFunction orig_MapViewOfSection,
blacklist_interceptions.cc 173 NtMapViewOfSectionFunction orig_MapViewOfSection,
242 NtMapViewOfSectionFunction orig_MapViewOfSection,
blacklist.cc 132 // Allocate storage for the pointer to the old NtMapViewOfSectionFunction.
135 NtMapViewOfSectionFunction g_nt_map_view_of_section_func = NULL;
370 g_nt_map_view_of_section_func = reinterpret_cast<NtMapViewOfSectionFunction>(
  /external/chromium_org/sandbox/win/src/
target_interceptions.h 19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
sandbox_nt_types.h 17 NtMapViewOfSectionFunction MapViewOfSection;
target_interceptions.cc 19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
interceptors_64.cc 28 NtMapViewOfSectionFunction orig_fn = reinterpret_cast<
29 NtMapViewOfSectionFunction>(g_originals[MAP_VIEW_OF_SECTION_ID]);
nt_internals.h 222 typedef NTSTATUS (WINAPI *NtMapViewOfSectionFunction)(
  /external/chromium_org/sandbox/win/wow_helper/
target_code.h 21 NtMapViewOfSectionFunction orig_MapViewOfSection;
service64_resolver.cc 309 NtMapViewOfSectionFunction>(&full_remote_thunk->original);

Completed in 345 milliseconds