Searched refs:elf_imports (Results 1 – 1 of 1) sorted by relevance
50 std::vector<std::string> elf_imports; in TEST_F() local55 GetImports(dll, &elf_imports); in TEST_F()58 ASSERT_LT(0u, elf_imports.size()) << "Ensure the chrome_elf_unittests " in TEST_F()61 std::vector<std::string>::iterator it(elf_imports.begin()); in TEST_F()73 for (; it != elf_imports.end(); it++) { in TEST_F()