Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 91) sorted by relevance

1234

/external/clang/test/CXX/class.access/class.access.base/
Dp1.cpp12 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in test0::Base
61 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in test1::Base
112 int prot; // expected-note {{declared protected here}} \ member in test2::Base
/external/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cc19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR()
27 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR()
/external/libdrm/
Dlibdrm_macros.h49 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap()
68 # define drm_mmap(addr, length, prot, flags, fd, offset) \ argument
/external/v8/src/base/platform/
Dplatform-aix.cc39 static inline void* mmapHelper(size_t len, int prot, int flags, int fildes, in mmapHelper()
67 int prot = PROT_READ | PROT_WRITE | (executable ? PROT_EXEC : 0); in Allocate() local
221 int prot = PROT_READ | PROT_WRITE; in CommitRegion() local
Dplatform-solaris.cc57 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in Allocate() local
178 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in CommitRegion() local
Dplatform-macos.cc58 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in Allocate() local
220 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in CommitRegion() local
Dplatform-freebsd.cc61 int prot = PROT_READ | PROT_WRITE | (executable ? PROT_EXEC : 0); in Allocate() local
225 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in CommitRegion() local
Dplatform-cygwin.cc54 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in Allocate() local
221 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE; in CommitRegion() local
Dplatform-linux.cc136 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in Allocate() local
352 int prot = PROT_READ | PROT_WRITE; in CommitRegion() local
Dplatform-openbsd.cc59 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in Allocate() local
256 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in CommitRegion() local
Dplatform-qnx.cc110 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in Allocate() local
282 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); in CommitRegion() local
/external/clang/test/CodeGen/
D2003-11-18-CondExprLValue.c5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page()
/external/tcpdump/
Dprint-gre.c114 uint16_t flags, prot; in gre_print_0() local
234 uint16_t flags, prot; in gre_print_1() local
/external/valgrind/helgrind/tests/
Dtc06_two_races.c9 int unprot1 = 0, unprot2 = 0, prot = 0; variable
/external/mesa3d/src/gallium/auxiliary/os/
Dos_mman.h64 static INLINE void *os_mmap(void *addr, size_t length, int prot, int flags, int fd, loff_t offset) in os_mmap()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c780 static void sync_check_mapping_callback ( Addr addr, SizeT len, UInt prot, in sync_check_mapping_callback()
1203 Bool is_valid_for( UInt kinds, Addr start, SizeT len, UInt prot ) in is_valid_for()
1506 static void read_maps_callback ( Addr addr, SizeT len, UInt prot, in read_maps_callback()
2965 UInt prot; in VG_() local
3348 void (*record_mapping)( Addr addr, SizeT len, UInt prot, in parse_procselfmaps()
3358 UInt prot; in parse_procselfmaps() local
3557 void (*record_mapping)( Addr addr, SizeT len, UInt prot, in parse_procselfmaps()
3615 static void add_mapping_callback(Addr addr, SizeT len, UInt prot, in add_mapping_callback()
3804 UInt prot; member
3949 void (*record_mapping)( Addr addr, SizeT len, UInt prot, in parse_procselfmaps()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc118 uptr p, end, prot; in CheckAndProtect() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc59 uptr b, e, off, prot; in OnLibraryLoaded() local
Dsanitizer_procmaps_mac.cc162 uptr cur_beg, cur_end, prot; in DumpListOfModules() local
/external/skia/platform_tools/android/third_party/ashmem/cutils/
Dashmem-dev.c70 int ashmem_set_prot_region(int fd, int prot) in ashmem_set_prot_region()
/external/valgrind/memcheck/tests/
Daddressable.c15 static char *mm(char *addr, int size, int prot) in mm()
/external/valgrind/coregrind/
Dpub_core_aspacemgr.h371 UInt prot; // Not used for removed segs. member
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DSecurityAgreeHeader.java78 public void setProtocol(String prot) throws ParseException; in setProtocol()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-mips32-linux.c353 static void notify_core_of_mmap(Addr a, SizeT len, UInt prot, in notify_core_of_mmap()
370 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle) in notify_tool_of_mmap()
/external/wpa_supplicant_8/src/ap/
Dgas_serv.h70 int prot; /* whether Protected Dual of Public Action frame is used */ member

1234