Home | History | Annotate | Download | only in tests

Lines Matching refs:libpath

1317   std::string libpath = GetTestlibRoot() + "/libtest_dt_runpath_d.so";
1318 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1637 const std::string libpath = GetTestlibRoot() +
1640 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1642 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W+E load segments are not allowed";
1647 const std::string libpath = GetTestlibRoot() +
1651 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1653 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr offset/size: ";
1658 const std::string libpath = GetTestlibRoot() +
1662 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1664 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_shentsize: 0x0 (expected 0x";
1669 const std::string libpath = GetTestlibRoot() +
1673 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1675 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shstrndx";
1680 const std::string libpath = GetTestlibRoot() +
1684 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1686 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section headers";
1691 const std::string libpath = GetTestlibRoot() +
1695 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1697 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr offset/size: 0/";
1702 const std::string libpath = GetTestlibRoot() +
1706 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1708 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" .dynamic section header was not found";
1713 const std::string libpath = GetTestlibRoot() +
1717 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1719 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocations";
1724 const std::string libpath = GetTestlibRoot() +
1728 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1730 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocations";