Searched defs:prot (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/private/ |
D | WriteProtected.h | 85 void set_protection(int prot) { in set_protection()
|
/bionic/linker/ |
D | linker_block_allocator.h | 94 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
|
D | linker_block_allocator.cpp | 109 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
|
D | linker_phdr.cpp | 875 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local 988 int prot = PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags; in _phdr_table_set_load_prot() local 1029 int prot = 0; in phdr_table_protect_segments() local
|
/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 | 92 int prot = PROT_READ | PROT_WRITE; in __init_alternate_signal_stack() local 237 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/libc/kernel/uapi/linux/ |
D | agpgart.h | 49 int prot; member
|
D | scif_ioctl.h | 33 __s32 prot; member
|
/bionic/tests/ |
D | utils.h | 115 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 | 2943 int prot = PROT_NONE; in TEST() local
|
/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
|