Home
last modified time | relevance | path

Searched refs:orig_MapViewOfSection (Results 1 – 21 of 21) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, in TargetNtMapViewOfSection() argument
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, in TargetNtMapViewOfSection() argument
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A DWow64.cc31 void* orig_MapViewOfSection; member
59 if (!::ReadProcessMemory(child, local_patch_info.orig_MapViewOfSection, in Restore64Code()
H A Dtarget_interceptions.h19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc26 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in TargetNtMapViewOfSection() argument
37 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection,
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc26 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in TargetNtMapViewOfSection() argument
37 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection,
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc26 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in TargetNtMapViewOfSection() argument
37 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection,
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc26 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in TargetNtMapViewOfSection() argument
37 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection,
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_interceptions.cc27 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in TargetNtMapViewOfSection() argument
38 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection,
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dtarget_interceptions.cc26 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in TargetNtMapViewOfSection() argument
37 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in TargetNtMapViewOfSection()
H A Dtarget_interceptions.h19 TargetNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/third_party_dlls/
H A Dhook.cc259 NtMapViewOfSectionFunction orig_MapViewOfSection, in NewNtMapViewOfSectionImpl() argument
275 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits, in NewNtMapViewOfSectionImpl()
369 NewNtMapViewOfSection(NtMapViewOfSectionFunction orig_MapViewOfSection, in NewNtMapViewOfSection() argument
384 orig_MapViewOfSection, section, process, base, zero_bits, commit_size, in NewNtMapViewOfSection()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/wow_helper/
H A Dtarget_code.h21 NtMapViewOfSectionFunction orig_MapViewOfSection; member
H A Dtarget_code.cc15 NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process, in TargetNtMapViewOfSection()
H A Dservice64_resolver.cc312 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast< in PerformPatch()