Searched refs:dlerror_loc (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | rtld_lock.h | 60 char *(*dlerror_loc)(void); member
|
H A D | rtld.c | 1088 rtld_vsnprintf(lockinfo.dlerror_loc(), lockinfo.dlerror_loc_sz, fmt, in _rtld_error() 1092 dbg("rtld_error: %s", lockinfo.dlerror_loc()); in _rtld_error() 1093 LD_UTRACE(UTRACE_RTLD_ERROR, NULL, NULL, 0, 0, lockinfo.dlerror_loc()); in _rtld_error() 1107 res->msg = xstrdup(lockinfo.dlerror_loc()); in errmsg_save() 1122 strlcpy(lockinfo.dlerror_loc(), saved_msg->msg, in errmsg_restore() 3708 return (lockinfo.dlerror_loc()); in dlerror()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rtld.c | 249 li.dlerror_loc = _thr_dlerror_loc; in _thr_rtld_init()
|