Searched full:shl_load (Results 1 – 3 of 3) sorted by relevance
5 lib dllload,loadbind,shl_load -ldl
73 if (!(dll = (void*)shl_load(path, mode, 0L))) in dlopen()
112 shl_t h = shl_load(fname, BIND_DEFERRED, 0L); in dlopen()