/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memory_region_map.h | 325 int prot, int flags,
|
heap-profiler.cc | 343 int prot, int flags, int fd, off_t offset) { 349 "mmap(start=0x%"PRIxPTR", len=%"PRIuS", prot=0x%x, flags=0x%x, " 351 (uintptr_t) start, size, prot, flags, fd, (unsigned int) offset,
|
malloc_hook.cc | 705 /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot, 709 start, length, prot, flags, fd, offset, &result)) { 710 result = mmap(start, length, prot, flags, fd, offset);
|
memory_region_map.cc | 585 int prot, int flags, 590 "prot %d flags %d fd %d offs %"PRId64, 592 reinterpret_cast<uint64>(start), prot, flags, fd,
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_rdebug.cpp | 250 int prot = self_maps.GetProtectionFlagsForAddress(r_debug_->r_map); local 251 readonly_entries_ = (prot & PROT_WRITE) == 0;
|
/external/doclava/src/com/google/doclava/apicheck/ |
XmlApiFile.java | 160 final boolean prot = "protected".equals(attributes.getValue("visibility")); 165 pub, prot, pkgpriv, false/*isPrivate*/, false/*isFinal*/, false/*isStatic*/,
|
/external/dnsmasq/src/ |
cache.c | 495 struct crec *cache_find_by_name(struct crec *crecp, char *name, time_t now, unsigned short prot) 515 (crecp->flags & prot) && 572 (ans->flags & prot) && 580 time_t now, unsigned short prot) 584 int addrlen = (prot == F_IPV6) ? IN6ADDRSZ : INADDRSZ; 606 if ((crecp->flags & prot) && 637 (ans->flags & prot) && [all...] |
/external/fio/os/windows/ |
posix.c | 277 void *mmap(void *addr, size_t len, int prot, int flags, 283 if (prot & PROT_NONE) 286 if ((prot & PROT_READ) && !(prot & PROT_WRITE)) 289 if (prot & PROT_WRITE)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
malloc_hook.cc | 705 /*static*/void* MallocHook::UnhookedMMap(void *start, size_t length, int prot, 709 start, length, prot, flags, fd, offset, &result)) { 710 result = mmap(start, length, prot, flags, fd, offset);
|
heap-profiler.cc | 422 int prot, int flags, int fd, off_t offset) { 428 "mmap(start=0x%" PRIxPTR ", len=%" PRIuS ", prot=0x%x, flags=0x%x, " 430 (uintptr_t) start, size, prot, flags, fd, (unsigned int) offset,
|
memory_region_map.cc | 748 int prot, int flags, 753 "prot %d flags %d fd %d offs %" PRId64, 755 reinterpret_cast<uint64>(start), prot, flags, fd, [all...] |
/external/compiler-rt/lib/lsan/ |
lsan_common.cc | 273 uptr begin, end, prot; local 276 &prot)) { 280 bool is_readable = prot & MemoryMappingLayout::kProtectionRead;
|
/external/iproute2/misc/ |
ss.c | 2264 int prot; local 2340 int prot, pid; local [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-trace.c | 78 int printed = 0, prot = arg; local 80 if (prot == PROT_NONE) 83 if (prot & PROT_##n) { \ 85 prot &= ~PROT_##n; \ 98 if (prot) 99 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", prot); 322 [2] = SCA_MMAP_PROT, /* prot */ 326 [2] = SCA_MMAP_PROT, /* prot */ }, }, [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_intercept.h | 113 int prot,
|
kernel_proxy.h | 145 int prot,
|
kernel_wrap.h | 97 void* mmap(void* addr, size_t length, int prot, int flags, int fd,
|
kernel_intercept.cc | 359 int prot, 364 return s_state.kp->mmap(addr, length, prot, flags, fd, offset);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
malloc_hook.h | 269 static void* UnhookedMMap(void *start, size_t length, int prot, int flags,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
malloc_hook.h | 269 static void* UnhookedMMap(void *start, size_t length, int prot, int flags,
|
/external/chromium_org/v8/src/base/platform/ |
platform-win32.cc | 781 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE; local 785 prot); 1280 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE; local [all...] |
/external/iproute2/ip/ |
iproute.c | 918 __u32 prot; local 920 if (rtnl_rtprot_a2n(&prot, *argv)) 922 req.r.rtm_protocol = prot; 1148 __u32 prot = 0; local 1151 if (rtnl_rtprot_a2n(&prot, *argv)) { 1154 prot = 0; 1157 filter.protocol = prot; [all...] |
/external/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_unixos.h | 481 PRIntn prot; member in struct:_MDFileMap 615 void *addr, PRSize len, PRIntn prot, PRIntn flags,
|
/external/clang/lib/Index/ |
USRGeneration.cpp | 138 void GenObjCProtocol(StringRef prot) { 139 generateUSRForObjCProtocol(prot, Out); 794 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) { 795 OS << "objc(pl)" << Prot;
|