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

/freebsd-10-stable/libexec/rtld-elf/
H A DSymbol.map31 _rtld_addr_phdr;
H A Drtld.c219 int _rtld_addr_phdr(const void *, struct dl_phdr_info *) __exported;
3336 _rtld_addr_phdr(const void *addr, struct dl_phdr_info *phdr_info) function
/freebsd-10-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c72 if (_rtld_addr_phdr(pc, &info)) {
/freebsd-10-stable/sys/sys/
H A Dlink_elf.h95 int _rtld_addr_phdr(const void *, struct dl_phdr_info *);
/freebsd-10-stable/lib/libc/gen/
H A Ddlfcn.c215 #pragma weak _rtld_addr_phdr macro
217 _rtld_addr_phdr(const void *addr, struct dl_phdr_info *phdr_info) function
H A DSymbol.map481 _rtld_addr_phdr;
/freebsd-10-stable/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c108 if (_rtld_addr_phdr(dtor->dso, &phdr_info) &&
H A Datexit.c170 has_phdr = _rtld_addr_phdr(dso, &phdr_info);

Completed in 110 milliseconds