Home
last modified time | relevance | path

Searched refs:get_sorted_undefined_fun_symbols (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/tools/
Dabicompat.cc330 app_corpus->get_sorted_undefined_fun_symbols().begin(); in perform_compat_check_in_normal_mode()
331 i != app_corpus->get_sorted_undefined_fun_symbols().end(); in perform_compat_check_in_normal_mode()
349 || !app_corpus->get_sorted_undefined_fun_symbols().empty()) in perform_compat_check_in_normal_mode()
469 app_corpus->get_sorted_undefined_fun_symbols().begin(); in perform_compat_check_in_weak_mode()
470 i != app_corpus->get_sorted_undefined_fun_symbols().end(); in perform_compat_check_in_weak_mode()
487 || !app_corpus->get_sorted_undefined_fun_symbols().empty()) in perform_compat_check_in_weak_mode()
697 app_corpus->get_sorted_undefined_fun_symbols().begin(); in main()
698 i != app_corpus->get_sorted_undefined_fun_symbols().end(); in main()
/external/libabigail/src/
Dabg-corpus.cc348 corpus::priv::get_sorted_undefined_fun_symbols() const in get_sorted_undefined_fun_symbols() function in abigail::ir::corpus::priv
376 for (const auto& symbol : get_sorted_undefined_fun_symbols()) in get_undefined_fun_symbol_map()
1086 corpus::get_sorted_undefined_fun_symbols() const in get_sorted_undefined_fun_symbols() function in abigail::ir::corpus
1087 {return priv_->get_sorted_undefined_fun_symbols();} in get_sorted_undefined_fun_symbols()
Dabg-corpus-priv.h742 get_sorted_undefined_fun_symbols() const;
/external/libabigail/include/
Dabg-corpus.h184 get_sorted_undefined_fun_symbols() const;
/external/libabigail/tests/
Dtest-symtab.cc128 CHECK(corpus.get_sorted_undefined_fun_symbols().size() in assert_symbol_count()
/external/libabigail/
DChangeLog25485 get_undefined_fun_symbol_map, get_sorted_undefined_fun_symbols,
25490 get_undefined_fun_symbol_map, get_sorted_undefined_fun_symbols,