Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c151 #define DWARF_VMA_FMT "ll" macro
154 #define DWARF_VMA_FMT "I64" macro
158 #define DWARF_VMA_FMT "l" macro
198 sprintf (fmt, "%%%s%s", DWARF_VMA_FMT, fmtch); in dwarf_vmatoa_1()
230 snprintf (buf, buf_len, "%" DWARF_VMA_FMT "x", lvalue); in dwarf_vmatoa64()
233 len = snprintf (buf, buf_len, "%" DWARF_VMA_FMT "x", hvalue); in dwarf_vmatoa64()
235 "%08" DWARF_VMA_FMT "x", lvalue); in dwarf_vmatoa64()
3876 printf ("%-35s %11d %#18" DWARF_VMA_FMT "x\n", in display_debug_lines_decoded()
3880 printf ("%-35s %11d %#18" DWARF_VMA_FMT "x[%d]\n", in display_debug_lines_decoded()
3888 printf ("%s %11d %#18" DWARF_VMA_FMT "x\n", in display_debug_lines_decoded()
[all …]