Searched defs:prot (Results 1 – 8 of 8) 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 | pthread_create.cpp | 117 int prot = PROT_READ | PROT_WRITE; in __create_thread_mapped_space() local
|
| /bionic/linker/ |
| D | linker_block_allocator.h | 75 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
|
| D | linker_block_allocator.cpp | 95 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
|
| D | linker_phdr.cpp | 588 int prot = PFLAGS_TO_PROT(phdr->p_flags); in _phdr_table_set_load_prot() local
|
| /bionic/tests/ |
| D | utils.h | 66 char prot[5]; // sizeof("rwxp") in parse_maps() local
|
| /bionic/libc/kernel/uapi/linux/ |
| D | agpgart.h | 71 int prot; member
|
| D | scif_ioctl.h | 51 __s32 prot; member
|