Searched refs:assert_symbol_count (Results 1 – 1 of 1) sorted by relevance
/external/libabigail/tests/ |
D | test-symtab.cc | 96 assert_symbol_count(const std::string& path, in assert_symbol_count() function 161 const corpus_sptr& corpus = assert_symbol_count(binary, 1, 0); 173 const corpus_sptr& corpus = assert_symbol_count(binary, 0, 1); 185 const corpus_sptr& corpus = assert_symbol_count(binary, 1, 1); 195 const corpus_sptr corpus = assert_symbol_count(binary, 0, 0, 1, 0); 201 const corpus_sptr corpus = assert_symbol_count(binary, 0, 0, 0, 1); 207 const corpus_sptr corpus = assert_symbol_count(binary, 0, 0, 1, 1); 219 const corpus_sptr& corpus = assert_symbol_count(binary, 1, 1); 232 assert_symbol_count(binary, 1, 1, 0, 0, whitelists); 259 assert_symbol_count(binary, 1, 0, 0, 0, whitelists); [all …]
|