Searched defs:prot (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | mmap.cpp | 42 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() 62 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
|
D | pthread_create.cpp | 106 int prot = PROT_READ | PROT_WRITE; in __create_thread_stack() local
|
/bionic/linker/ |
D | linker_allocator.h | 65 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
|
D | linker_allocator.cpp | 87 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
|
/bionic/libc/kernel/uapi/linux/ |
D | agpgart.h | 71 int prot; member
|