| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | solib-frv.c | 378 hex_string_custom (addr, 8)); in lm_base() 387 hex_string_custom (lm_base_cache, 8)); in lm_base() 434 hex_string_custom (lm_addr, 8)); in frv_current_sos() 673 hex_string_custom (interp_loadmap_addr, 8)); in enable_break2() 679 hex_string_custom (interp_loadmap_addr, 8)); in enable_break2() 720 hex_string_custom (addr, 8)); in enable_break2() 727 hex_string_custom (addr, 8)); in enable_break2() 733 hex_string_custom (addr, 8)); in enable_break2() 742 hex_string_custom (addr + 8, 8)); in enable_break2() 753 hex_string_custom (addr, 8)); in enable_break2() [all …]
|
| H A D | i387-tdep.c | 124 hex_string_custom (status, 4)); in print_i387_status_word() 154 hex_string_custom (control, 4)); in print_i387_control_word() 279 hex_string_custom (ftag, 4)); in i387_print_float_info() 281 hex_string_custom (fiseg, 2)); in i387_print_float_info() 282 fprintf_filtered (file, "%s\n", hex_string_custom (fioff, 8)); in i387_print_float_info() 284 hex_string_custom (foseg, 2)); in i387_print_float_info() 285 fprintf_filtered (file, "%s\n", hex_string_custom (fooff, 8)); in i387_print_float_info() 287 hex_string_custom (fop ? (fop | 0xd800) : 0, 4)); in i387_print_float_info()
|
| H A 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()
|
| H A D | pa64solib.c | 799 hex_string_custom (so_list->pa64_solib_desc.linkage_ptr, 16)); in pa64_sharedlibrary_info_command() 802 hex_string_custom (so_list->pa64_solib_desc.text_base, 16)); in pa64_sharedlibrary_info_command() 804 hex_string_custom ((so_list->pa64_solib_desc.text_base in pa64_sharedlibrary_info_command() 807 hex_string_custom (so_list->pa64_solib_desc.data_base, 16)); in pa64_sharedlibrary_info_command() 809 hex_string_custom ((so_list->pa64_solib_desc.data_base in pa64_sharedlibrary_info_command()
|
| H A D | somsolib.c | 1466 printf_unfiltered (" %-12s", hex_string_custom (flags, 8)); in som_sharedlibrary_info_command() 1468 hex_string_custom (so_list->som_solib.text_addr, 8)); in som_sharedlibrary_info_command() 1470 hex_string_custom (so_list->som_solib.text_end, 8)); in som_sharedlibrary_info_command() 1472 hex_string_custom (so_list->som_solib.data_start, 8)); in som_sharedlibrary_info_command() 1474 hex_string_custom (so_list->som_solib.data_end, 8)); in som_sharedlibrary_info_command() 1476 hex_string_custom (so_list->som_solib.got_value, 8)); in som_sharedlibrary_info_command()
|
| H A D | exec.c | 539 printf_filtered ("\t%s", hex_string_custom (p->addr, wid)); in print_section_info() 540 printf_filtered (" - %s", hex_string_custom (p->endaddr, wid)); in print_section_info() 549 hex_string_custom (p->the_bfd_section->filepos, 8)); in print_section_info()
|
| H A D | solib.c | 722 ? hex_string_custom ( in info_sharedlibrary_command() 728 ? hex_string_custom ( in info_sharedlibrary_command()
|
| H A 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()
|
| H A D | maint.c | 311 hex_string_custom ((unsigned long) filepos, 8)); in maint_print_section_info()
|
| H A D | defs.h | 531 extern char *hex_string_custom (LONGEST, int);
|
| H A D | utils.c | 2800 hex_string_custom (LONGEST num, int width) in hex_string_custom() function 2838 result = hex_string_custom (val, width); in int_string()
|
| H A D | tracepoint.c | 497 tmp = hex_string_custom (t->address & (CORE_ADDR) 0xffffffff, in tracepoints_info() 500 tmp = hex_string_custom (t->address, 16); in tracepoints_info()
|
| H A D | symtab.c | 3172 tmp = hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol) in print_msymbol_info() 3176 tmp = hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol), in print_msymbol_info()
|
| H A D | breakpoint.c | 3928 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8)); in breakpoint_adjustment_warning() 3929 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8)); in breakpoint_adjustment_warning()
|
| H A D | ChangeLog | 1506 * language.c (hex_string, hex_string_custom): Move from here ... 1507 * utils.c (hex_string, hex_string_custom): ... to here, rewrite. 1509 * language.h (hex_string, hex_string_custom): Move from here ... 1518 (local_hex_string_custom): Rename to hex_string_custom and change 1549 (local_hex_string_custom): Rename to hex_string_custom, change 1553 (hex_string_custom): New function (from language.c). 1559 (hex_string_custom): Declare. 1582 * memattr.c (mem_info_command): Use renamed hex_string_custom with
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | ChangeLog | 61 to hex_string_custom (not historically correct, but more
|
| H A D | gdbint.texinfo | 1387 hex_string_custom ((unsigned long) b->address, 8));
|