rtld_dlopen
static void *rtld_dlopen(const char *name, int fd, int mode);
return (rtld_dlopen(name, -1, mode));
return (rtld_dlopen(NULL, fd, mode));