Searched refs:hex_string_custom (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Di387-tdep.c124 hex_string_custom (status, 4));
154 hex_string_custom (control, 4));
279 hex_string_custom (ftag, 4));
281 hex_string_custom (fiseg, 2));
282 fprintf_filtered (file, "%s\n", hex_string_custom (fioff, 8));
284 hex_string_custom (foseg, 2));
285 fprintf_filtered (file, "%s\n", hex_string_custom (fooff, 8));
287 hex_string_custom (fop ? (fop | 0xd800) : 0, 4));
H A Dsolib-frv.c378 hex_string_custom (addr, 8));
387 hex_string_custom (lm_base_cache, 8));
434 hex_string_custom (lm_addr, 8));
673 hex_string_custom (interp_loadmap_addr, 8));
679 hex_string_custom (interp_loadmap_addr, 8));
720 hex_string_custom (addr, 8));
727 hex_string_custom (addr, 8));
733 hex_string_custom (addr, 8));
742 hex_string_custom (addr + 8, 8));
753 hex_string_custom (add
[all...]
H A Dmemattr.c245 tmp = hex_string_custom ((unsigned long) m->lo, 8);
247 tmp = hex_string_custom ((unsigned long) m->lo, 16);
256 tmp = hex_string_custom ((unsigned long) m->hi, 8);
263 tmp = hex_string_custom ((unsigned long) m->hi, 16);
H A Dpa64solib.c799 hex_string_custom (so_list->pa64_solib_desc.linkage_ptr, 16));
802 hex_string_custom (so_list->pa64_solib_desc.text_base, 16));
804 hex_string_custom ((so_list->pa64_solib_desc.text_base
807 hex_string_custom (so_list->pa64_solib_desc.data_base, 16));
809 hex_string_custom ((so_list->pa64_solib_desc.data_base
H A Dexec.c543 printf_filtered ("\t%s", hex_string_custom (p->addr, wid));
544 printf_filtered (" - %s", hex_string_custom (p->endaddr, wid));
553 hex_string_custom (p->the_bfd_section->filepos, 8));
H A Dsolib.c676 ? hex_string_custom (
682 ? hex_string_custom (
H A Dsomsolib.c1466 printf_unfiltered (" %-12s", hex_string_custom (flags, 8));
1468 hex_string_custom (so_list->som_solib.text_addr, 8));
1470 hex_string_custom (so_list->som_solib.text_end, 8));
1472 hex_string_custom (so_list->som_solib.data_start, 8));
1474 hex_string_custom (so_list->som_solib.data_end, 8));
1476 hex_string_custom (so_list->som_solib.got_value, 8));
H A Dmaint.c311 hex_string_custom ((unsigned long) filepos, 8));
H A Dui-out.c499 strcpy (addstr, hex_string_custom (address, 8));
501 strcpy (addstr, hex_string_custom (address, 16));
H A Ddefs.h533 extern char *hex_string_custom (LONGEST, int);
H A Dtracepoint.c497 tmp = hex_string_custom (t->address & (CORE_ADDR) 0xffffffff,
500 tmp = hex_string_custom (t->address, 16);
H A Dutils.c2799 hex_string_custom (LONGEST num, int width)
2810 "hex_string_custom: insufficient space to store result");
2837 result = hex_string_custom (val, width);
2786 hex_string_custom (LONGEST num, int width) function
H A Dsymtab.c3180 tmp = hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol)
3184 tmp = hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol),
H A Dbreakpoint.c3936 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8));
3937 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8));

Completed in 192 milliseconds