Searched refs:hex_string_custom (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | solib-frv.c | 383 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 …]
|
| D | i387-tdep.c | 121 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()
|
| D | memattr.c | 243 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()
|
| D | exec.c | 550 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()
|
| D | solib.c | 728 ? hex_string_custom ( in info_sharedlibrary_command() 734 ? hex_string_custom ( in info_sharedlibrary_command()
|
| D | ui-out.c | 499 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()
|
| D | defs.h | 535 extern char *hex_string_custom (LONGEST, int);
|
| D | maint.c | 318 hex_string_custom ((unsigned long) filepos, 8)); in maint_print_section_info()
|
| D | utils.c | 2806 hex_string_custom (LONGEST num, int width) in hex_string_custom() function 2844 result = hex_string_custom (val, width); in int_string()
|
| D | tracepoint.c | 507 tmp = hex_string_custom (t->address & (CORE_ADDR) 0xffffffff, in tracepoints_info() 510 tmp = hex_string_custom (t->address, 16); in tracepoints_info()
|
| D | symtab.c | 3175 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()
|
| D | breakpoint.c | 3942 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/ |
| D | gdbint.texinfo | 1401 hex_string_custom ((unsigned long) b->address, 8));
|