OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Protect
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/config/i386/
enable-execute-stack-mingw32.c
37
&b.
Protect
);
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
enable_execute_stack.c
54
VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.
Protect
);
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
enable_execute_stack_test.c
27
if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.
Protect
))
clear_cache_test.c
55
if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.
Protect
))
/src/usr.bin/make/unit-tests/
varmod-to-many-words.mk
15
#
Protect
against accidental freeing of the variable value.
varmod-to-one-word.mk
15
#
Protect
against accidental freeing of the variable value.
/src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Memory.inc
108
int
Protect
= getPosixProtectionFlags(PFlags);
111
Protect
|= PROT_MPROTECT(PROT_READ | PROT_WRITE | PROT_EXEC);
124
void *Addr = ::mmap(reinterpret_cast<void *>(Start), PageSize*NumPages,
Protect
,
183
int
Protect
= getPosixProtectionFlags(Flags);
193
if (InvalidateCache && !(
Protect
& PROT_READ)) {
194
int Result = ::mprotect((void *)Start, End - Start,
Protect
| PROT_READ);
203
int Result = ::mprotect((void *)Start, End - Start,
Protect
);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
clear_cache_test.c
66
if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.
Protect
))
enable_execute_stack_test.c
27
if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.
Protect
))
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Memory.inc
132
DWORD
Protect
= getWindowsProtectionFlags(Flags);
136
AllocSize, AllocType,
Protect
);
175
DWORD
Protect
= getWindowsProtectionFlags(Flags);
178
if (!VirtualProtect(M.Address, M.AllocatedSize,
Protect
, &OldFlags))
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc
356
return mbi.
Protect
== PAGE_NOACCESS &&
884
if (info.
Protect
== 0 || info.
Protect
== PAGE_NOACCESS ||
885
info.
Protect
== PAGE_EXECUTE)
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h
111
support::little_t<MemoryProtection>
Protect
;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp
406
return mbi.
Protect
== PAGE_NOACCESS &&
925
if (info.
Protect
== 0 || info.
Protect
== PAGE_NOACCESS ||
926
info.
Protect
== PAGE_EXECUTE)
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp
121
IO &IO, MemoryProtection &
Protect
) {
123
IO.bitSetCase(
Protect
, #NATIVENAME, MemoryProtection::NAME);
248
mapRequiredAs<MemoryProtection>(IO, "Allocation
Protect
",
253
mapOptionalAs<MemoryProtection>(IO, "
Protect
", Info.
Protect
,
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d
2744
DWORD
Protect
;
Completed in 44 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026