Searched refs:PROT_NONE (Results 1 – 13 of 13) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | stratcliff.c | 62 mprotect(adr, size, PROT_NONE); in main() 63 mprotect(adr + 2 * size, size, PROT_NONE); in main() 66 mprotect(dest, size, PROT_NONE); in main() 67 mprotect(dest + 2 * size, size, PROT_NONE); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | mman.h | 35 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/ |
A D | mman.h | 36 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/bits/ |
A D | mman.h | 35 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/bits/ |
A D | mman.h | 28 #define PROT_NONE 0x0 /* page can not be accessed */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | mman-common.h | 35 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mman.h | 35 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/ |
A D | mman.h | 35 #define PROT_NONE 0x0 /* Page can not be accessed. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-basic7.c | 38 c = mmap (NULL, PAGESIZE, PROT_NONE, MAP_ANON | MAP_PRIVATE, -1, 0); in use_up_memory()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | manager.c | 438 mprotect (guardaddr, guardsize, PROT_NONE); in pthread_allocate_stack() 451 mprotect (guardaddr, guardsize, PROT_NONE); in pthread_allocate_stack() 462 mprotect (guardaddr, guardsize, PROT_NONE); in pthread_allocate_stack() 550 mprotect (guardaddr, guardsize, PROT_NONE); in pthread_allocate_stack() 565 mprotect (guardaddr, guardsize, PROT_NONE); in pthread_allocate_stack()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-elf.c | 614 maxvma - minvma, PROT_NONE, flags | MAP_ANONYMOUS, -1, 0); 617 maxvma - minvma, PROT_NONE, flags | MAP_ANONYMOUS | 0x1000000, -1, 0);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | allocatestack.c | 598 if (mprotect (guard, guardsize, PROT_NONE) != 0) in allocate_stack()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | manager.cc | 506 mprotect (guardaddr, guardsize, PROT_NONE); in pthread_allocate_stack()
|
Completed in 14 milliseconds