Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDremote-e7000.c971 sprintf (buf, ".ER%d %s\r", regno, phex_nz (read_register (regno), 0)); in e7000_store_register()
976 sprintf (buf, ".PC %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
982 sprintf (buf, ".CCR %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
992 sprintf (buf, ".PC %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
998 sprintf (buf, ".SR %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
1004 sprintf (buf, ".PR %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
1010 sprintf (buf, ".GBR %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
1016 sprintf (buf, ".VBR %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
1022 sprintf (buf, ".MACH %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
1028 sprintf (buf, ".MACL %s\r", phex_nz (read_register (regno), 0)); in e7000_store_register()
[all …]
HDutils.c2688 return phex_nz (addr, TARGET_ADDR_BIT / 8); in paddr_nz()
2772 phex_nz (ULONGEST l, int sizeof_l) in phex_nz() function
2796 str = phex_nz (l, sizeof (l)); in phex_nz()
2818 strcat (str, phex_nz (addr, sizeof (addr))); in core_addr_to_string_nz()
HDdefs.h529 extern char *phex_nz (ULONGEST l, int sizeof_l);
HDremote.c2990 phex_nz (pnum, 0), p, buf); in remote_wait()
3408 sprintf (buf, "P%s=", phex_nz (reg->pnum, 0)); in store_register_using_P()
4921 phex_nz (offset, sizeof offset), in remote_xfer_partial()
4922 phex_nz (n, sizeof n)); in remote_xfer_partial()
HDlanguage.c630 strcpy (temp_nbr_buf, phex_nz (num, sizeof (num))); in local_hex_string_custom()