Searched refs:dllnext (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Ddll_3d.h34 #define dllnext _3d_dllnext macro
35 extern void* dllnext(int);
H A Dsyscall3d.c222 if (dll = dllnext(RTLD_LAZY))
/ast/src/lib/libdll/
H A DMakefile8 dllnext.c dlllook.c dllscan.c dllcheck.c dllerror.c \
H A Ddllnext.c60 #undef dllnext macro
159 return dllnext(flags);
175 dllnext(int flags) function
/ast/src/cmd/ie/
H A Deditlib.c138 * on these systems the (dllnext)() call bypasses
147 if (!(dll = (dllnext)(RTLD_LAZY)))
153 if (!dll && !(dll = dllnext(RTLD_LAZY)))
/ast/src/cmd/warp/
H A Dwarp.c298 static const char msg[] = "warp: panic: dllnext() failed\n";
417 if (!(state.dll = dllnext(RTLD_LAZY)))

Completed in 32 milliseconds