Home
last modified time | relevance | path

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

/bionic/libc/private/
DWriteProtected.h85 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.cpp109 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
Dlinker_phdr.cpp875 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local
988 int prot = PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags; in _phdr_table_set_load_prot() local
1029 int prot = 0; in phdr_table_protect_segments() local
/bionic/libc/bionic/
Dlegacy_32_bit_support.cpp117 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64()
136 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
237 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/kernel/uapi/linux/
Dagpgart.h49 int prot; member
Dscif_ioctl.h33 __s32 prot; member
/bionic/tests/
Dutils.h115 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.cpp2943 int prot = PROT_NONE; in TEST() local
/bionic/benchmarks/
Dsyscall_mm_benchmark.cpp36 int prot; member
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local