Searched refs:phex (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | mips-tdep.c | 2496 float_argreg, phex (regval, 4)); in mips_eabi_push_dummy_call() 2503 float_argreg, phex (regval, 4)); in mips_eabi_push_dummy_call() 2515 float_argreg, phex (regval, len)); in mips_eabi_push_dummy_call() 2607 phex (regval, in mips_eabi_push_dummy_call() 2738 float_argreg, phex (regval, len)); in mips_n32n64_push_dummy_call() 2743 argreg, phex (regval, len)); in mips_n32n64_push_dummy_call() 2859 phex (regval, in mips_n32n64_push_dummy_call() 3102 float_argreg, phex (regval, 4)); in mips_o32_push_dummy_call() 3106 argreg, phex (regval, 4)); in mips_o32_push_dummy_call() 3113 float_argreg, phex (regval, 4)); in mips_o32_push_dummy_call() [all …]
|
| H A D | utils.c | 2623 return phex (addr, TARGET_ADDR_BIT / 8); in paddr() 2728 phex (ULONGEST l, int sizeof_l) in phex() function 2748 str = phex (l, sizeof (l)); in phex() 2873 strcat (str, phex (addr, sizeof (addr))); in core_addr_to_string()
|
| H A D | defs.h | 517 extern char *phex (ULONGEST l, int sizeof_l);
|
| H A D | h8300-tdep.c | 960 fprintf_filtered (file, "0x%s ", phex ((ULONGEST)rval, BINWORD)); in h8300_print_register()
|
| H A D | monitor.c | 1347 phex (val, register_size (current_gdbarch, regno))); in monitor_store_register()
|
| H A D | arm-tdep.c | 1263 phex (regval, DEPRECATED_REGISTER_SIZE)); in arm_push_dummy_call()
|
| H A D | ChangeLog-2000 | 4479 (preg, preg_nz): Delete function. Replaced by phex and phex_nz. 4480 * utils.c (phex, phex_nz): New functions. 4483 * monitor.c (monitor_store_register): Replace preg with phex.
|
| H A D | ChangeLog-2001 | 1431 (phex): Ditto.
|
| H A D | ChangeLog-2002 | 13025 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
|