Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c134 static void *rtld_dlopen(const char *name, int fd, int mode);
2997 return (rtld_dlopen(name, -1, mode)); in dlopen()
3004 return (rtld_dlopen(NULL, fd, mode)); in fdlopen()
3008 rtld_dlopen(const char *name, int fd, int mode) in rtld_dlopen() function