Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmmap.cpp44 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()
Dpthread_create.cpp117 int prot = PROT_READ | PROT_WRITE; in __create_thread_mapped_space() local
/bionic/linker/
Dlinker_block_allocator.h75 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
Dlinker_block_allocator.cpp95 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
Dlinker_phdr.cpp588 int prot = PFLAGS_TO_PROT(phdr->p_flags); in _phdr_table_set_load_prot() local
/bionic/tests/
Dutils.h66 char prot[5]; // sizeof("rwxp") in parse_maps() local
/bionic/libc/kernel/uapi/linux/
Dagpgart.h71 int prot; member
Dscif_ioctl.h51 __s32 prot; member