Home
last modified time | relevance | path

Searched refs:show_hexadecimal_values (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/tools/
Dkmidiff.cc59 bool show_hexadecimal_values; member
80 show_hexadecimal_values(true), in options()
255 opts.show_hexadecimal_values = true; in parse_command_line()
257 opts.show_hexadecimal_values = false; in parse_command_line()
312 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context()
Dabidiff.cc84 bool show_hexadecimal_values; member
132 show_hexadecimal_values(), in options()
495 opts.show_hexadecimal_values = true; in parse_command_line()
497 opts.show_hexadecimal_values = false; in parse_command_line()
697 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context_from_opts()
Dabipkgdiff.cc194 bool show_hexadecimal_values; member in options
236 show_hexadecimal_values(), in options()
1199 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context_from_opts()
3342 opts.show_hexadecimal_values = true; in parse_command_line()
3344 opts.show_hexadecimal_values = false; in parse_command_line()
/external/libabigail/
DChangeLog11482 * tools/abidiff.cc (options::{show_hexadecimal_values,
11490 * tools/abipkgdiff.cc (options::{show_hexadecimal_values,
11499 * tools/kmidiff.cc (options::{show_hexadecimal_values,