Searched refs:stack_endp (Results 1 – 3 of 3) sorted by relevance
29 _dl_make_stack_executable (void **stack_endp) in _dl_make_stack_executable() argument32 if (__builtin_expect (*stack_endp != __libc_stack_end, 0)) in _dl_make_stack_executable()34 *stack_endp = NULL; in _dl_make_stack_executable()
33 make_main_stack_executable (void **stack_endp) in make_main_stack_executable() argument36 uintptr_t page = ((uintptr_t) *stack_endp in make_main_stack_executable()48 *stack_endp = NULL; in make_main_stack_executable()62 _dl_make_stacks_executable (void **stack_endp) in _dl_make_stacks_executable() argument65 int err = make_main_stack_executable (stack_endp); in _dl_make_stacks_executable()
763 int _dl_make_stacks_executable (void **stack_endp) attribute_hidden;768 extern int _dl_make_stack_executable (void **stack_endp);
Completed in 9 milliseconds