Lines Matching refs:expected_dlerror

1358 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W + E load segmen…  local
1359 ASSERT_STREQ(expected_dlerror.c_str(), dlerror());
1369 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… local
1370 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1380 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_… local
1381 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1391 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shst… local
1392 ASSERT_STREQ(expected_dlerror.c_str(), dlerror());
1402 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section hea… local
1403 ASSERT_STREQ(expected_dlerror.c_str(), dlerror());
1413 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… local
1414 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1424 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" .dynamic section h… local
1425 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1435 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocatio… local
1436 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1446 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has text relocatio… local
1447 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());