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

/bionic/tests/
H A Ddlext_test.cpp198 handle_ = android_dlopen_ext("/some/lib/that/does_not_exist", RTLD_NOW, &extinfo);
426 void CreateRelroFile(const char* lib, const char* relro_file) { argument
435 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo_);
455 void TryUsingRelro(const char* lib) { argument
456 handle_ = android_dlopen_ext(lib, RTLD_NOW, &extinfo_);
468 void SpawnChildrenAndMeasurePss(const char* lib, bool share_relro, size_t* pss_out);
550 void DlExtRelroSharingTest::SpawnChildrenAndMeasurePss(const char* lib, bool share_relro, argument
572 handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo_);
574 handle = dlopen(lib, RTLD_NOW);

Completed in 8 milliseconds