Searched defs:prot (Results 1 – 15 of 15) sorted by relevance
| /bionic/libc/private/ |
| D | WriteProtected.h | 85 void set_protection(int prot) { in set_protection()
|
| /bionic/linker/ |
| D | linker_phdr.cpp | 861 int prot = PFLAGS_TO_PROT(phdr->p_flags); in MapSegment() local 1034 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local 1088 int prot = PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags; in _phdr_table_set_load_prot() local 1131 int prot = 0; in phdr_table_protect_segments() local 1163 int prot = PFLAGS_TO_PROT(phdr->p_flags); in remap_memtag_globals_segments() local 1194 int prot = PFLAGS_TO_PROT(phdr->p_flags); in protect_memtag_globals_ro_segments() local
|
| D | linker_block_allocator.h | 94 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
|
| D | linker_phdr_16kib_compat.cpp | 143 int prot = PFLAGS_TO_PROT(curr->p_flags); in IsEligibleFor16KiBAppCompat() local
|
| D | linker_block_allocator.cpp | 109 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
|
| /bionic/libc/bionic/ |
| D | legacy_32_bit_support.cpp | 117 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() 136 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
|
| D | pthread_create.cpp | 93 int prot = PROT_READ | PROT_WRITE; in __init_alternate_signal_stack() local 241 int prot = PROT_READ | PROT_WRITE; in __allocate_thread_mapping() local
|
| D | atexit.cpp | 159 const int prot = PROT_READ | (writable ? PROT_WRITE : 0); in set_writable() local
|
| /bionic/tests/ |
| D | utils.h | 109 char prot[5]; // sizeof("rwxp") in parse_maps() local
|
| D | buffer_tests.cpp | 234 static int MprotectHeap(void* addr, size_t len, int prot) { in MprotectHeap()
|
| D | pthread_test.cpp | 2986 int prot = PROT_NONE; in TEST() local
|
| /bionic/libc/kernel/uapi/linux/ |
| D | agpgart.h | 49 int prot; member
|
| D | scif_ioctl.h | 33 __s32 prot; member
|
| /bionic/benchmarks/ |
| D | syscall_mm_benchmark.cpp | 36 int prot; member
|
| /bionic/libc/upstream-freebsd/lib/libc/gen/ |
| D | glob.c | 192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local
|