Searched refs:__elf_phdr_match_addr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_fork.c115 if (__elf_phdr_match_addr(phdr_info, af->prepare) ||
116 __elf_phdr_match_addr(phdr_info, af->parent) ||
117 __elf_phdr_match_addr(phdr_info, af->child)) {
H A Dthr_spec.c239 if (__elf_phdr_match_addr(phdr_info, destructor))
H A Dthr_sig.c462 __elf_phdr_match_addr(phdr_info, handler)) {
/freebsd-11-stable/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c61 * __elf_phdr_match_addr() to detect and prevent such cases and so
109 __elf_phdr_match_addr(&phdr_info, dtor->func))
H A Datexit.c223 !__elf_phdr_match_addr(&phdr_info,
/freebsd-11-stable/lib/libc/gen/
H A Delf_utils.c43 __elf_phdr_match_addr(struct dl_phdr_info *phdr_info, void *addr) function
/freebsd-11-stable/lib/libc/include/
H A Dlibc_private.h405 int __elf_phdr_match_addr(struct dl_phdr_info *, void *);

Completed in 73 milliseconds