Home
last modified time | relevance | path

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

/bionic/libc/private/
DWriteProtected.h85 void set_protection(int prot) { in set_protection()
/bionic/linker/
Dlinker_phdr.cpp861 int prot = PFLAGS_TO_PROT(phdr->p_flags); in MapSegment() local
1034 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments() local
1088 int prot = PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags; in _phdr_table_set_load_prot() local
1131 int prot = 0; in phdr_table_protect_segments() local
1163 int prot = PFLAGS_TO_PROT(phdr->p_flags); in remap_memtag_globals_segments() local
1194 int prot = PFLAGS_TO_PROT(phdr->p_flags); in protect_memtag_globals_ro_segments() local
Dlinker_block_allocator.h94 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all()
Dlinker_phdr_16kib_compat.cpp143 int prot = PFLAGS_TO_PROT(curr->p_flags); in IsEligibleFor16KiBAppCompat() local
Dlinker_block_allocator.cpp109 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()
/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.cpp93 int prot = PROT_READ | PROT_WRITE; in __init_alternate_signal_stack() local
241 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/tests/
Dutils.h109 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.cpp2986 int prot = PROT_NONE; in TEST() local
/bionic/libc/kernel/uapi/linux/
Dagpgart.h49 int prot; member
Dscif_ioctl.h33 __s32 prot; member
/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