Home
last modified time | relevance | path

Searched refs:local_hex_string_custom (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDi387-tdep.c124 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()
HDmemattr.c243 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()
HDpa64solib.c797 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()
HDsomsolib.c1463 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()
HDexec.c541 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()
HDsolib.c668 ? local_hex_string_custom ( in info_sharedlibrary_command()
674 ? local_hex_string_custom ( in info_sharedlibrary_command()
HDlanguage.h441 extern char *local_hex_string_custom (LONGEST, char *); /* language.c */
HDlanguage.c606 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
HDui-out.c499 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()
HDmaint.c311 local_hex_string_custom ((unsigned long) filepos, "08l")); in maint_print_section_info()
HDtracepoint.c497 tmp = local_hex_string_custom (t->address in tracepoints_info()
501 tmp = local_hex_string_custom (t->address, "016l"); in tracepoints_info()
HDsymtab.c3071 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()
HDbreakpoint.c3935 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/
HDgdbint.texinfo1375 local_hex_string_custom ((unsigned long) b->address, "08l"));