Home
last modified time | relevance | path

Searched refs:_rtld_get_stack_prot (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/rtld-elf/
H A DSymbol.map37 _rtld_get_stack_prot;
H A Drtld.c270 int _rtld_get_stack_prot(void) __exported;
6115 _rtld_get_stack_prot(void) in _rtld_get_stack_prot() function
/freebsd/sys/sys/
H A Dlink_elf.h98 int _rtld_get_stack_prot(void);
/freebsd/lib/libc/gen/
H A Ddlfcn.c321 #pragma weak _rtld_get_stack_prot macro
323 _rtld_get_stack_prot(void) in _rtld_get_stack_prot() function
H A Delf_utils.c97 _rtld_get_stack_prot()); in __libc_map_stacks_exec()
H A DSymbol.map557 _rtld_get_stack_prot;
/freebsd/lib/libthr/thread/
H A Dthr_create.c111 old_stack_prot = _rtld_get_stack_prot(); in _pthread_create()
151 if (old_stack_prot != _rtld_get_stack_prot()) in _pthread_create()
H A Dthr_rtld.c253 _rtld_get_stack_prot(); in _thr_rtld_init()