HomeSort by relevance Sort by last modified time
    Searched refs:protection (Results 1 - 25 of 42) sorted by null

1 2

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 30 uptr *protection) {
48 char filename[], uptr filename_size, uptr *protection);
54 uptr *protection);
61 // Memory protection masks.
74 uptr *protection) {
78 protection);
112 uptr *protection);
sanitizer_mac.cc 232 char filename[], uptr filename_size, uptr *protection) {
233 if (protection)
260 uptr *protection) {
292 start, end, offset, filename, filename_size, protection))
299 start, end, offset, filename, filename_size, protection))
314 uptr *protection) {
316 protection);
sanitizer_linux.cc 406 uptr *protection) {
434 if (protection) {
435 *protection = local_protection;
469 uptr *protection) {
471 protection);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook-inl.h 191 int protection,
196 InvokePreMmapHookSlow(start, size, protection, flags, fd, offset);
201 protection, flags,
214 int protection,
219 InvokeMmapHookSlow(result, start, size, protection, flags, fd, offset);
225 protection, flags,
232 int protection,
239 protection, flags,
malloc_hook.cc 122 int protection,
127 MallocHook::InvokePreMmapHook(start, size, protection, flags, fd, offset);
534 int protection,
538 INVOKE_HOOKS(PreMmapHook, premmap_hooks_, (start, size, protection, flags, fd,
545 int protection,
549 INVOKE_HOOKS(MmapHook, mmap_hooks_, (result, start, size, protection, flags,
555 int protection,
561 (start, size, protection, flags, fd, offset, result));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook-inl.h 191 int protection,
196 InvokePreMmapHookSlow(start, size, protection, flags, fd, offset);
201 protection, flags,
214 int protection,
219 InvokeMmapHookSlow(result, start, size, protection, flags, fd, offset);
225 protection, flags,
232 int protection,
239 protection, flags,
malloc_hook.cc 122 int protection,
127 MallocHook::InvokePreMmapHook(start, size, protection, flags, fd, offset);
534 int protection,
538 INVOKE_HOOKS(PreMmapHook, premmap_hooks_, (start, size, protection, flags, fd,
545 int protection,
549 INVOKE_HOOKS(MmapHook, mmap_hooks_, (result, start, size, protection, flags,
555 int protection,
561 (start, size, protection, flags, fd, offset, result));
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook_c.h 84 int protection,
96 int protection,
107 int protection,
malloc_hook.h 134 int protection,
158 int protection,
177 int protection,
321 int protection,
328 int protection,
334 int protection,
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook_c.h 84 int protection,
96 int protection,
107 int protection,
malloc_hook.h 134 int protection,
158 int protection,
177 int protection,
321 int protection,
328 int protection,
334 int protection,
  /external/qemu/hw/
mips.h 10 void ds1225y_set_protection(void *opaque, int protection);
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 224 UWord protection; member in struct:__anon29830::__anon29831::__anon29843
246 UWord protection; member in struct:__anon29830::__anon29831::__anon29848
  /external/chromium_org/v8/src/
platform-cygwin.cc 277 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) {
280 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
283 base = VirtualAlloc(GetRandomAddr(), size, action, protection);
288 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
platform-win32.cc 922 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) {
925 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
928 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
933 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 1405 PeepholeProtection protection; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 109 ;; TODO: add protection control
  /ndk/build/core/
default-build-commands.mk 56 # This flag are used to provide compiler protection against format
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_hook_test.cc 305 int protection,
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_hook_test.cc 305 int protection,
  /external/v8/src/
platform-win32.cc 905 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) {
908 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
911 base = VirtualAlloc(GetRandomAddr(), size, action, protection);
916 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
    [all...]
  /frameworks/av/media/libstagefright/
avc_utils.cpp 587 unsigned protection = (header >> 16) & 1; local
  /bionic/linker/
linker.cpp 289 static void set_soinfo_pool_protection(int protection) {
291 if (mprotect(p, sizeof(*p), protection) == -1) {
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 459 * Generate a nonce, to be used as an xsrf protection token.
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 311 Also, for each author's protection and ours, we want to make certain
356 you may at your option offer warranty protection in exchange for a fee.

Completed in 451 milliseconds

1 2