Searched refs:dlMode (Results 1 – 1 of 1) sorted by relevance
352 constexpr int dlMode = RTLD_LAZY; in openLibs() local371 handle = dlopen(nullptr, dlMode); in openLibs()396 handle = dlopen(fullPath.c_str(), dlMode); in openLibs()399 handle = android_load_sphal_library(fullPath.c_str(), dlMode); in openLibs()