Searched refs:local_hex_string_custom (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | i387-tdep.c | 124 local_hex_string_custom (status, "04")); in print_i387_status_word() 154 local_hex_string_custom (control, "04")); in print_i387_control_word() 279 local_hex_string_custom (ftag, "04")); in i387_print_float_info() 281 local_hex_string_custom (fiseg, "02")); in i387_print_float_info() 282 fprintf_filtered (file, "%s\n", local_hex_string_custom (fioff, "08")); in i387_print_float_info() 284 local_hex_string_custom (foseg, "02")); in i387_print_float_info() 285 fprintf_filtered (file, "%s\n", local_hex_string_custom (fooff, "08")); in i387_print_float_info() 287 local_hex_string_custom (fop ? (fop | 0xd800) : 0, "04")); in i387_print_float_info()
|
| HD | memattr.c | 243 tmp = local_hex_string_custom ((unsigned long) m->lo, "08l"); in mem_info_command() 245 tmp = local_hex_string_custom ((unsigned long) m->lo, "016l"); in mem_info_command() 254 tmp = local_hex_string_custom ((unsigned long) m->hi, "08l"); in mem_info_command() 261 tmp = local_hex_string_custom ((unsigned long) m->hi, "016l"); in mem_info_command()
|
| HD | pa64solib.c | 797 local_hex_string_custom (so_list->pa64_solib_desc.linkage_ptr, in pa64_sharedlibrary_info_command() 801 local_hex_string_custom (so_list->pa64_solib_desc.text_base, in pa64_sharedlibrary_info_command() 804 local_hex_string_custom ((so_list->pa64_solib_desc.text_base in pa64_sharedlibrary_info_command() 808 local_hex_string_custom (so_list->pa64_solib_desc.data_base, in pa64_sharedlibrary_info_command() 811 local_hex_string_custom ((so_list->pa64_solib_desc.data_base in pa64_sharedlibrary_info_command()
|
| HD | somsolib.c | 1463 printf_unfiltered (" %-12s", local_hex_string_custom (flags, "08l")); in som_sharedlibrary_info_command() 1465 local_hex_string_custom (so_list->som_solib.text_addr, "08l")); in som_sharedlibrary_info_command() 1467 local_hex_string_custom (so_list->som_solib.text_end, "08l")); in som_sharedlibrary_info_command() 1469 local_hex_string_custom (so_list->som_solib.data_start, "08l")); in som_sharedlibrary_info_command() 1471 local_hex_string_custom (so_list->som_solib.data_end, "08l")); in som_sharedlibrary_info_command() 1473 local_hex_string_custom (so_list->som_solib.got_value, "08l")); in som_sharedlibrary_info_command()
|
| HD | exec.c | 541 printf_filtered ("\t%s", local_hex_string_custom (p->addr, fmt)); in print_section_info() 542 printf_filtered (" - %s", local_hex_string_custom (p->endaddr, fmt)); in print_section_info() 551 local_hex_string_custom (p->the_bfd_section->filepos, "08l")); in print_section_info()
|
| HD | solib.c | 668 ? local_hex_string_custom ( in info_sharedlibrary_command() 674 ? local_hex_string_custom ( in info_sharedlibrary_command()
|
| HD | language.h | 441 extern char *local_hex_string_custom (LONGEST, char *); /* language.c */
|
| HD | language.c | 606 return local_hex_string_custom (num, "l"); in local_hex_string() 614 local_hex_string_custom (LONGEST num, char *width) in local_hex_string_custom() function
|
| HD | ui-out.c | 499 strcpy (addstr, local_hex_string_custom (address, "08l")); in ui_out_field_core_addr() 501 strcpy (addstr, local_hex_string_custom (address, "016l")); in ui_out_field_core_addr()
|
| HD | maint.c | 311 local_hex_string_custom ((unsigned long) filepos, "08l")); in maint_print_section_info()
|
| HD | tracepoint.c | 497 tmp = local_hex_string_custom (t->address in tracepoints_info() 501 tmp = local_hex_string_custom (t->address, "016l"); in tracepoints_info()
|
| HD | symtab.c | 3071 tmp = local_hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol) in print_msymbol_info() 3075 tmp = local_hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol), in print_msymbol_info()
|
| HD | breakpoint.c | 3935 strcpy (astr1, local_hex_string_custom ((unsigned long) from_addr, "08l")); in breakpoint_adjustment_warning() 3936 strcpy (astr2, local_hex_string_custom ((unsigned long) to_addr, "08l")); in breakpoint_adjustment_warning()
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 1375 local_hex_string_custom ((unsigned long) b->address, "08l"));
|