HomeSort by: relevance | last modified time | path
    Searched defs:phex_nz (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
print-utils.cc 183 phex_nz (ULONGEST l, int sizeof_l) function
215 return phex_nz (l, sizeof (l));
229 xsnprintf (result, PRINT_CELL_SIZE, "0x%s", phex_nz (num, sizeof (num)));
240 const char *hex = phex_nz (num, sizeof (num));
320 strcat (str, phex_nz (addr, sizeof (addr)));
332 phex_nz ((uintptr_t) addr, sizeof (addr)));
  /src/external/gpl3/gdb.old/dist/gdbsupport/
print-utils.cc 183 phex_nz (ULONGEST l, int sizeof_l) function
215 return phex_nz (l, sizeof (l));
229 xsnprintf (result, PRINT_CELL_SIZE, "0x%s", phex_nz (num, sizeof (num)));
240 const char *hex = phex_nz (num, sizeof (num));
320 strcat (str, phex_nz (addr, sizeof (addr)));
332 phex_nz ((uintptr_t) addr, sizeof (addr)));

Completed in 23 milliseconds