Searched refs:libpath (Results 1 – 2 of 2) sorted by relevance
1306 std::string libpath = GetTestlibRoot() + "/libtest_dt_runpath_d.so"; in TEST() local1307 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()1626 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-rw_load_segment.so"; in TEST() local1627 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()1629 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W+E load segments… in TEST()1634 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-unaligned_shdr_offset.so"; in TEST() local1636 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()1638 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… in TEST()1643 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-zero_shentsize.so"; in TEST() local1645 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()[all …]
332 std::string libpath = GetTestlibRoot() + "/libtest_elftls_dynamic.so"; in TEST() local335 ASSERT_STREQ(libpath.c_str(), dli_realpath); in TEST()