Home
last modified time | relevance | path

Searched refs:__nptl_change_stack_perm (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Ddl-execstack.c74 err = __nptl_change_stack_perm (list_entry (runp, struct pthread, list)); in _dl_make_stacks_executable()
85 err = __nptl_change_stack_perm (list_entry (runp, struct pthread, in _dl_make_stacks_executable()
97 __nptl_change_stack_perm (struct pthread *pd) in __nptl_change_stack_perm() function
119 rtld_hidden_def (__nptl_change_stack_perm)
DVersions345 __nptl_change_stack_perm;
/glibc-2.36/sysdeps/nptl/
DpthreadP.h296 __nptl_change_stack_perm (struct pthread *pd);
297 rtld_hidden_proto (__nptl_change_stack_perm)
/glibc-2.36/nptl/
Dallocatestack.c451 int err = __nptl_change_stack_perm (pd); in allocate_stack()
/glibc-2.36/ChangeLog.old/
DChangeLog.2315941 (__nptl_change_stack_perm): New function.
15961 (__nptl_change_stack_perm): New function.