Searched defs:prot (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/bionic/ |
D | mmap.cpp | 44 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() 75 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
|
D | atexit.cpp | 159 const int prot = PROT_READ | (writable ? PROT_WRITE : 0); in set_writable() local
|
/bionic/linker/ |
D | linker_block_allocator.h | 91 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
|
D | linker_block_allocator.cpp | 114 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
|
D | linker_phdr.cpp | 632 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local 706 int prot = PFLAGS_TO_PROT(phdr->p_flags); in _phdr_table_set_load_prot() local
|
/bionic/libc/private/ |
D | WriteProtected.h | 49 int set_protection(int prot) { in set_protection()
|
/bionic/tests/ |
D | utils.h | 108 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 | 2833 int prot = PROT_NONE; in TEST() local
|
/bionic/libc/kernel/uapi/linux/ |
D | agpgart.h | 62 int prot; member
|
D | scif_ioctl.h | 45 __s32 prot; member
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local
|