Searched refs:_rtld_addr_phdr (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c72 if (_rtld_addr_phdr(pc, &info)) {
/freebsd-12-stable/sys/sys/
H A Dlink_elf.h102 int _rtld_addr_phdr(const void *, struct dl_phdr_info *);
/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c248 #pragma weak _rtld_addr_phdr macro
250 _rtld_addr_phdr(const void *addr __unused, function
/freebsd-12-stable/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c108 if (_rtld_addr_phdr(dtor->dso, &phdr_info) &&
H A Datexit.c210 has_phdr = _rtld_addr_phdr(dso, &phdr_info);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c248 int _rtld_addr_phdr(const void *, struct dl_phdr_info *) __exported;
3741 _rtld_addr_phdr(const void *addr, struct dl_phdr_info *phdr_info) function

Completed in 311 milliseconds