OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:patch_address
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc
805
uptr
patch_address
= old_func - padding_length;
local
808
if (!ChangeMemoryProtection(
patch_address
, patch_length, &protection))
815
if (!RestoreMemoryProtection(
patch_address
, patch_length, protection))
/src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_win.cpp
856
uptr
patch_address
= old_func - padding_length;
local
859
if (!ChangeMemoryProtection(
patch_address
, patch_length, &protection))
866
if (!RestoreMemoryProtection(
patch_address
, patch_length, protection))
/src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_win.cpp
913
uptr
patch_address
= old_func - padding_length;
local
916
if (!ChangeMemoryProtection(
patch_address
, patch_length, &protection))
923
if (!RestoreMemoryProtection(
patch_address
, patch_length, protection))
Completed in 21 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026