Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rtld-elf/
H A Drtld.c157 static void *rtld_dlopen(const char *name, int fd, int mode);
3698 return (rtld_dlopen(name, -1, mode)); in dlopen()
3705 return (rtld_dlopen(NULL, fd, mode)); in fdlopen()
3709 rtld_dlopen(const char *name, int fd, int mode) in rtld_dlopen() function