Lines Matching refs:expected_dlerror
1629 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W+E load segments… in TEST() local
1630 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1638 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… in TEST() local
1639 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1647 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_… in TEST() local
1648 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1656 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shst… in TEST() local
1657 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1665 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section hea… in TEST() local
1666 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1674 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… in TEST() local
1675 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1683 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" .dynamic section h… in TEST() local
1684 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1692 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocatio… in TEST() local
1693 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1701 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocatio… in TEST() local
1702 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()