HomeSort by: relevance | last modified time | path
    Searched refs:Protect (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
enable-execute-stack-mingw32.c 37 &b.Protect);
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
enable-execute-stack-mingw32.c 39 &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/external/mit/lua/dist/src/
lvm.c 1090 Protect(cond = other(L, s2v(ra), rb)); \
1112 Protect(cond = luaT_callorderiTM(L, s2v(ra), im, inv, isf, tm)); \
1124 Protect(cond = luaT_callorderiTM(L, s2v(ra), im, inv, isf, tm)); \
1195 ** Protect code that, in general, can raise errors, reallocate the
1198 #define Protect(exp) (savestate(L,ci), (exp), updatetrap(ci))
1204 ** Protect code that can only raise errors. (That is, it cannot change
1347 Protect(luaV_finishget(L, upval, rc, ra, slot));
1362 Protect(luaV_finishget(L, rb, rc, ra, slot));
1376 Protect(luaV_finishget(L, rb, &key, ra, slot));
1390 Protect(luaV_finishget(L, rb, rc, ra, slot))
    [all...]
  /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/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp 436 return mbi.Protect == PAGE_NOACCESS &&
968 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS ||
969 info.Protect == PAGE_EXECUTE)
  /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 29 milliseconds