Searched refs:__mprotect (Results 1 – 9 of 9) sorted by relevance
/sysdeps/mach/ |
A D | mprotect.c | 28 __mprotect (void *addr, size_t len, int prot) in __mprotect() function 50 libc_hidden_def (__mprotect) 51 weak_alias (__mprotect, mprotect)
|
/sysdeps/mach/hurd/ |
A D | dl-mman.h | 22 extern __typeof (__mprotect) __mprotect attribute_hidden;
|
A D | dl-execstack.c | 37 if (__mprotect ((void *)_dl_hurd_data->stack_base, _dl_hurd_data->stack_size, in _dl_make_stack_executable()
|
/sysdeps/generic/ |
A D | dl-mman.h | 21 extern __typeof (__mprotect) __mprotect attribute_hidden;
|
/sysdeps/unix/sysv/linux/ |
A D | pkey_mprotect.c | 30 return __mprotect (addr, len, prot); in pkey_mprotect()
|
A D | dl-execstack.c | 40 if (__builtin_expect (__mprotect ((void *) page, GLRO(dl_pagesize), in make_main_stack_executable() 114 if (__mprotect (stack, len, PROT_READ | PROT_WRITE | PROT_EXEC) != 0) in __nptl_change_stack_perm()
|
/sysdeps/aarch64/ |
A D | dl-bti.c | 54 __mprotect (start, len, prot); in _dl_bti_protect()
|
/sysdeps/unix/ |
A D | syscalls.list | 43 mprotect - mprotect i:aUi __mprotect mprotect
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 753 return __mprotect ((void *) addr, len, prot); in _ioperm()
|
Completed in 9 milliseconds