Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmmap.cpp42 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()
Dpthread_create.cpp106 int prot = PROT_READ | PROT_WRITE; in __create_thread_stack() local
/bionic/linker/
Dlinker_allocator.h65 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
Dlinker_allocator.cpp87 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
/bionic/libc/kernel/uapi/linux/
Dagpgart.h71 int prot; member