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

  /external/chromium_org/sandbox/win/src/
target_interceptions.h 28 NtUnmapViewOfSectionFunction orig_UnmapViewOfSection, HANDLE process,
sandbox_nt_types.h 23 NtUnmapViewOfSectionFunction UnmapViewOfSection;
target_interceptions.cc 82 NtUnmapViewOfSectionFunction orig_UnmapViewOfSection, HANDLE process,
interceptors_64.cc 37 NtUnmapViewOfSectionFunction orig_fn = reinterpret_cast<
38 NtUnmapViewOfSectionFunction>(g_originals[UNMAP_VIEW_OF_SECTION_ID]);
nt_internals.h 234 typedef NTSTATUS (WINAPI *NtUnmapViewOfSectionFunction)(
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 30 NtUnmapViewOfSectionFunction g_nt_unmap_view_of_section_func = NULL;
234 reinterpret_cast<NtUnmapViewOfSectionFunction>(

Completed in 1155 milliseconds