Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-reporter-priv.h113 show_offset_or_size(const string& what,
119 show_offset_or_size(uint64_t value,
Dabg-reporter-priv.cc139 show_offset_or_size(const string& what, in show_offset_or_size() function
169 show_offset_or_size(uint64_t value, in show_offset_or_size() function
172 {show_offset_or_size("", value, ctxt, out);} in show_offset_or_size()
252 show_offset_or_size(", at offset", in represent_data_member()
445 show_offset_or_size(indent + "anonymous data member at offset", in represent()
486 show_offset_or_size(" at offset", o_offset, *ctxt, out); in represent()
/third_party/libabigail/
DChangeLog16232 var_diff_sptr, use the function show_offset_or_size, rather than
16325 (maybe_convert_bits_to_bytes, emit_num_value, show_offset_or_size)
16330 (show_offset_or_size): Define new functions.
16333 (represent_data_member): Use the new show_offset_or_size function.