Searched defs:DLOPEN_FLAG (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/dso/
H A Ddso_dlfcn.c147 # define DLOPEN_FLAG DL_LAZY macro
150 # define DLOPEN_FLAG RTLD_NOW macro
152 # define DLOPEN_FLAG 0 macro
157 # define DLOPEN_FLAG 1 macro
159 # define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */ macro
172 int flags = DLOPEN_FLAG;

Completed in 46 milliseconds