Home
last modified time | relevance | path

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

/external/libabigail/tools/
Dkmidiff.cc60 bool show_hexadecimal_values; member
81 show_hexadecimal_values(true), in options()
256 opts.show_hexadecimal_values = true; in parse_command_line()
258 opts.show_hexadecimal_values = false; in parse_command_line()
313 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context()
Dabidiff.cc78 bool show_hexadecimal_values; member
120 show_hexadecimal_values(), in options()
469 opts.show_hexadecimal_values = true; in parse_command_line()
471 opts.show_hexadecimal_values = false; in parse_command_line()
665 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context_from_opts()
Dabipkgdiff.cc191 bool show_hexadecimal_values; member in options
229 show_hexadecimal_values(), in options()
1187 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context_from_opts()
3264 opts.show_hexadecimal_values = true; in parse_command_line()
3266 opts.show_hexadecimal_values = false; in parse_command_line()
/external/libabigail/
DChangeLog7930 * tools/abidiff.cc (options::{show_hexadecimal_values,
7938 * tools/abipkgdiff.cc (options::{show_hexadecimal_values,
7947 * tools/kmidiff.cc (options::{show_hexadecimal_values,