Home
last modified time | relevance | path

Searched refs:show_added_syms (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/tools/
Dabidiff.cc86 bool show_added_syms; member
128 show_added_syms(true), in options()
434 opts.show_added_syms = false; in parse_command_line()
694 (opts.show_symbols_not_referenced_by_debug_info && opts.show_added_syms); in set_diff_context_from_opts()
Dabipkgdiff.cc199 bool show_added_syms; member in options
237 show_added_syms(true), in options()
1192 ctxt->show_added_fns(opts.show_added_syms); in set_diff_context_from_opts()
1193 ctxt->show_added_vars(opts.show_added_syms); in set_diff_context_from_opts()
1195 (opts.show_added_syms); in set_diff_context_from_opts()
3270 opts.show_added_syms = false; in parse_command_line()
/external/libabigail/
DChangeLog12201 * tools/abidiff.cc (struct options): Add show_added_syms and
20439 * tools/abipkgdiff.cc (options::show_added_syms): New data member.
20442 the options::show_added_syms flag accordingly.
20445 the state of the new options::show_added_syms flag.