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

/vbox/src/VBox/Runtime/r3/posix/
H A DldrNative-posix.cpp71 int fFlagsNative = RTLD_NOW; local
73 fFlagsNative |= RTLD_GLOBAL;
75 fFlagsNative |= RTLD_LOCAL;
76 void *pvMod = dlopen(pszFilename, fFlagsNative);

Completed in 126 milliseconds