Lines Matching refs:libpath
1318 std::string libpath = get_testlib_root() + "/libtest_dt_runpath_d.so";
1319 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1513 const std::string libpath = get_testlib_root() +
1516 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1518 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W+E load segments are not allowed";
1523 const std::string libpath = get_testlib_root() +
1527 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1529 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr offset/size: ";
1534 const std::string libpath = get_testlib_root() +
1538 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1540 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_shentsize: 0x0 (expected 0x";
1545 const std::string libpath = get_testlib_root() +
1549 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1551 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shstrndx";
1556 const std::string libpath = get_testlib_root() +
1560 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1562 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section headers";
1567 const std::string libpath = get_testlib_root() +
1571 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1573 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr offset/size: 0/";
1578 const std::string libpath = get_testlib_root() +
1582 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1584 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" .dynamic section header was not found";
1589 const std::string libpath = get_testlib_root() +
1593 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1595 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocations";
1600 const std::string libpath = get_testlib_root() +
1604 void* handle = dlopen(libpath.c_str(), RTLD_NOW);
1606 std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocations";