Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-frv.c383 hex_string_custom (addr, 8)); in lm_base()
392 hex_string_custom (lm_base_cache, 8)); in lm_base()
439 hex_string_custom (lm_addr, 8)); in frv_current_sos()
681 hex_string_custom (interp_loadmap_addr, 8)); in enable_break2()
687 hex_string_custom (interp_loadmap_addr, 8)); in enable_break2()
728 hex_string_custom (addr, 8)); in enable_break2()
735 hex_string_custom (addr, 8)); in enable_break2()
741 hex_string_custom (addr, 8)); in enable_break2()
750 hex_string_custom (addr + 8, 8)); in enable_break2()
761 hex_string_custom (addr, 8)); in enable_break2()
[all …]
Di387-tdep.c121 hex_string_custom (status, 4)); in print_i387_status_word()
151 hex_string_custom (control, 4)); in print_i387_control_word()
276 hex_string_custom (ftag, 4)); in i387_print_float_info()
278 hex_string_custom (fiseg, 2)); in i387_print_float_info()
279 fprintf_filtered (file, "%s\n", hex_string_custom (fioff, 8)); in i387_print_float_info()
281 hex_string_custom (foseg, 2)); in i387_print_float_info()
282 fprintf_filtered (file, "%s\n", hex_string_custom (fooff, 8)); in i387_print_float_info()
284 hex_string_custom (fop ? (fop | 0xd800) : 0, 4)); in i387_print_float_info()
Dmemattr.c243 tmp = hex_string_custom ((unsigned long) m->lo, 8); in mem_info_command()
245 tmp = hex_string_custom ((unsigned long) m->lo, 16); in mem_info_command()
254 tmp = hex_string_custom ((unsigned long) m->hi, 8); in mem_info_command()
261 tmp = hex_string_custom ((unsigned long) m->hi, 16); in mem_info_command()
Dexec.c550 printf_filtered ("\t%s", hex_string_custom (p->addr, wid)); in print_section_info()
551 printf_filtered (" - %s", hex_string_custom (p->endaddr, wid)); in print_section_info()
561 hex_string_custom (p->the_bfd_section->filepos, 8)); in print_section_info()
Dsolib.c728 ? hex_string_custom ( in info_sharedlibrary_command()
734 ? hex_string_custom ( in info_sharedlibrary_command()
Dui-out.c499 strcpy (addstr, hex_string_custom (address, 8)); in ui_out_field_core_addr()
501 strcpy (addstr, hex_string_custom (address, 16)); in ui_out_field_core_addr()
Ddefs.h535 extern char *hex_string_custom (LONGEST, int);
Dmaint.c318 hex_string_custom ((unsigned long) filepos, 8)); in maint_print_section_info()
Dutils.c2806 hex_string_custom (LONGEST num, int width) in hex_string_custom() function
2844 result = hex_string_custom (val, width); in int_string()
Dtracepoint.c507 tmp = hex_string_custom (t->address & (CORE_ADDR) 0xffffffff, in tracepoints_info()
510 tmp = hex_string_custom (t->address, 16); in tracepoints_info()
Dsymtab.c3175 tmp = hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol) in print_msymbol_info()
3179 tmp = hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol), in print_msymbol_info()
Dbreakpoint.c3942 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8)); in breakpoint_adjustment_warning()
3943 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8)); in breakpoint_adjustment_warning()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo1401 hex_string_custom ((unsigned long) b->address, 8));