Lines Matching refs:libpath

1306   std::string libpath = GetTestlibRoot() + "/libtest_dt_runpath_d.so";  in TEST()  local
1307 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1626 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-rw_load_segment.so"; in TEST() local
1627 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() local
1636 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() local
1645 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1647 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_… in TEST()
1652 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-zero_shstrndx.so"; in TEST() local
1654 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1656 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shst… in TEST()
1661 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-empty_shdr_table.so"; in TEST() local
1663 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1665 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section hea… in TEST()
1670 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-zero_shdr_table_offset.so"; in TEST() local
1672 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1674 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… in TEST()
1679 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-zero_shdr_table_content.so"; in TEST() local
1681 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1683 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" .dynamic section h… in TEST()
1688 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-textrels.so"; in TEST() local
1690 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1692 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocatio… in TEST()
1697 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-textrels2.so"; in TEST() local
1699 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1701 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocatio… in TEST()