Searched refs:dwarf_vmatoa (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.c | 222 dwarf_vmatoa (const char * fmtch, dwarf_vma value) in dwarf_vmatoa() function 458 dwarf_vmatoa ("x", state_machine_regs.address), in append_logical() 517 printf (_("set Address to 0x%s\n"), dwarf_vmatoa ("x", adr)); in process_extended_line_op() 529 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op() 531 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op() 533 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op() 603 dwarf_vmatoa ("u", in process_extended_line_op() 610 dwarf_vmatoa ("u", in process_extended_line_op() 614 dwarf_vmatoa ("u", in process_extended_line_op() 618 dwarf_vmatoa ("u", in process_extended_line_op() [all …]
|
D | ChangeLog-2011 | 723 (decode_location_expression): Use dwarf_vmatoa function to display 763 (dwarf_vmatoa): Change parameter type to dwarf_vma. 852 (dwarf_vmatoa): New helper routine. 855 or via dwarf_vmatoa for localized prints.
|
D | ChangeLog-2013 | 168 * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a 170 (dwarf_vmatoa): New wrapper for dwarf_vmatoa_1.
|
D | ChangeLog-2014 | 61 (read_debug_line_header): Use dwarf_vmatoa to print warning.
|