Lines Matching defs:whitelists
214 GIVEN("we read the binary without any whitelists")
223 GIVEN("we read the binary with all symbols on the whitelists")
225 std::vector<std::string> whitelists;
226 whitelists.push_back(test_data_dir
229 assert_symbol_count(binary, 1, 1, 0, 0, whitelists);
238 std::vector<std::string> whitelists;
239 whitelists.push_back(
245 read_corpus(binary, corpus_ptr, whitelists);
252 std::vector<std::string> whitelists;
253 whitelists.push_back(
256 assert_symbol_count(binary, 1, 0, 0, 0, whitelists);
265 std::vector<std::string> whitelists;
266 whitelists.push_back(
269 assert_symbol_count(binary, 0, 1, 0, 0, whitelists);