Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 13 of 13) 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()
58 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
Dpthread_create.cpp92 int prot = PROT_READ | PROT_WRITE; in __init_alternate_signal_stack() local
238 int prot = PROT_READ | PROT_WRITE; in __allocate_thread_mapping() local
Datexit.cpp159 const int prot = PROT_READ | (writable ? PROT_WRITE : 0); in set_writable() local
/bionic/libc/private/
DWriteProtected.h76 void set_protection(int prot) { in set_protection()
/bionic/linker/
Dlinker_block_allocator.h94 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
Dlinker_block_allocator.cpp108 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
Dlinker_phdr.cpp736 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local
817 int prot = PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags; in _phdr_table_set_load_prot() local
856 int prot = 0; in phdr_table_protect_segments() local
/bionic/tests/
Dutils.h114 char prot[5]; // sizeof("rwxp") in parse_maps() local
Dbuffer_tests.cpp234 static int MprotectHeap(void* addr, size_t len, int prot) { in MprotectHeap()
Dpthread_test.cpp2879 int prot = PROT_NONE; in TEST() local
/bionic/libc/kernel/uapi/linux/
Dagpgart.h61 int prot; member
Dscif_ioctl.h45 __s32 prot; member
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local