Home
last modified time | relevance | path

Searched refs:show_relative_offset_changes (Results 1 – 7 of 7) sorted by relevance

/external/libabigail/tools/
Dabidiff.cc80 bool show_relative_offset_changes; member
122 show_relative_offset_changes(true), in options()
473 opts.show_relative_offset_changes = false; in parse_command_line()
667 ctxt->show_relative_offset_changes(opts.show_relative_offset_changes); in set_diff_context_from_opts()
Dkmidiff.cc305 ctxt->show_relative_offset_changes(true); in set_diff_context()
Dabipkgdiff.cc184 bool show_relative_offset_changes; member in options
222 show_relative_offset_changes(true), in options()
1189 ctxt->show_relative_offset_changes(opts.show_relative_offset_changes); in set_diff_context_from_opts()
3268 opts.show_relative_offset_changes = false; in parse_command_line()
/external/libabigail/src/
Dabg-reporter-priv.cc283 if (!ctxt.show_relative_offset_changes()) in maybe_show_relative_offset_change()
342 if (!ctxt.show_relative_offset_changes()) in maybe_show_relative_size_change()
822 if (ctxt->show_relative_offset_changes()) in report_size_and_alignment_changes()
Dabg-comparison.cc1493 diff_context::show_relative_offset_changes(bool f) in show_relative_offset_changes() function in abigail::comparison::diff_context
1502 diff_context::show_relative_offset_changes(void) in show_relative_offset_changes() function in abigail::comparison::diff_context
/external/libabigail/include/
Dabg-comparison.h757 show_relative_offset_changes(bool f);
760 show_relative_offset_changes(void);
/external/libabigail/
DChangeLog3812 * src/abg-comparison.cc (show_relative_offset_changes): Remove
12735 (diff_context::show_relative_offset_changes): New accessors.
12741 (dif_context::show_relative_offset_changes): Define accessor.
12749 * tools/abidiff.cc (options::show_relative_offset_changes): New
12758 * tools/abipkgdiff.cc (options::show_relative_offset_changes): New