Home
last modified time | relevance | path

Searched refs:show_symbols_unreferenced_by_debug_info (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/src/
Dabg-leaf-reporter.cc1352 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
1388 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
1425 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
1463 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
Dabg-default-reporter.cc2020 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
2056 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
2093 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
2131 if (ctxt->show_symbols_unreferenced_by_debug_info() in report()
Dabg-comparison.cc1689 diff_context::show_symbols_unreferenced_by_debug_info() const in show_symbols_unreferenced_by_debug_info() function in abigail::comparison::diff_context
1697 diff_context::show_symbols_unreferenced_by_debug_info(bool f) in show_symbols_unreferenced_by_debug_info() function in abigail::comparison::diff_context
8276 && !priv_->ctxt()->show_symbols_unreferenced_by_debug_info()) in num_removed_func_syms_filtered_out()
8335 && priv_->ctxt()->show_symbols_unreferenced_by_debug_info())) in num_added_func_syms_filtered_out()
8393 && !priv_->ctxt()->show_symbols_unreferenced_by_debug_info()) in num_removed_var_syms_filtered_out()
8452 && priv_->ctxt()->show_symbols_unreferenced_by_debug_info())) in num_added_var_syms_filtered_out()
10207 if (ctxt->show_symbols_unreferenced_by_debug_info() in emit_diff_stats()
/external/libabigail/tools/
Dkmidiff.cc309 ctxt->show_symbols_unreferenced_by_debug_info in set_diff_context()
Dabidiff.cc691 ctxt->show_symbols_unreferenced_by_debug_info in set_diff_context_from_opts()
Dabipkgdiff.cc1196 ctxt->show_symbols_unreferenced_by_debug_info in set_diff_context_from_opts()
/external/libabigail/include/
Dabg-comparison.h841 show_symbols_unreferenced_by_debug_info() const;
844 show_symbols_unreferenced_by_debug_info(bool f);
/external/libabigail/
DChangeLog26304 (diff_context::show_symbols_unreferenced_by_debug_info): Declare
26310 (diff_context::show_symbols_unreferenced_by_debug_info): Implement