Home
last modified time | relevance | path

Searched refs:hex_string (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsymmisc.c525 hex_string (SYMBOL_VALUE (symbol))); in print_symbol()
562 hex_string (SYMBOL_VALUE (symbol))); in print_symbol()
567 hex_string (SYMBOL_VALUE (symbol))); in print_symbol()
577 hex_string (SYMBOL_VALUE (symbol))); in print_symbol()
H A Dframe.c214 fprintf_unfiltered (file, "%s=%s", name, hex_string (addr)); in fprint_field()
287 fprintf_unfiltered (file, "%s", hex_string (fi->next->prev_pc.value)); in fprint_frame()
299 fprintf_unfiltered (file, "%s", hex_string (fi->next->prev_func.addr)); in fprint_frame()
678 hex_string (this_frame->prev_pc.value)); in frame_unwind_pc_if_available()
748 hex_string (next_frame->prev_func.addr)); in get_frame_func_if_available()
1470 hex_string (addr), hex_string (pc)); in create_new_frame()
H A Dmaint.c514 sect->the_bfd_section->name, hex_string (address)); in maintenance_translate_address()
516 printf_filtered (_("no symbol at %s\n"), hex_string (address)); in maintenance_translate_address()
H A Dutils.h277 extern char *hex_string (LONGEST);
H A Damd64-tdep.c1650 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
1651 hex_string (newrel), paddress (gdbarch, *to)); in amd64_relocate_instruction()
1679 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
1680 hex_string (newrel), paddress (gdbarch, *to)); in amd64_relocate_instruction()
H A Dutils.c2832 return hex_string (addr); in paddress()
3047 hex_string (LONGEST num) in hex_string() function
3097 result = hex_string (val); in int_string()
H A Dinfcall.c366 hex_string (funaddr)); in get_function_name()
H A Dtarget.c1904 hex_string (address), phex (length, 0)); in target_flash_erase()
2898 pulongest (search_buf_size), hex_string (start_addr)); in simple_search_memory()
2954 hex_string (read_addr)); in simple_search_memory()
2990 hex_string (start_addr)); in target_search_memory()
H A Dbuildsym.c549 hex_string ((LONGEST) start)); in make_blockvector()
H A Ddbxread.c2170 unknown_symtype_complaint (hex_string (nlist.n_type)); in read_dbx_symtab()
3166 unknown_symtype_complaint (hex_string (type)); in process_one_symbol()
H A Di386-tdep.c770 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
771 hex_string (newrel), paddress (gdbarch, *to)); in i386_relocate_instruction()
795 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
796 hex_string (newrel), paddress (gdbarch, *to)); in i386_relocate_instruction()
H A Ddwarf2read.c9160 kind, hex_string (signature), in lookup_dwo_cutu()
9196 kind, dwo_name, hex_string (signature), in lookup_dwo_cutu()
9211 kind, dwo_name, hex_string (signature)); in lookup_dwo_cutu()
14227 hex_string (DW_UNSND (attr))); in read_attribute_value()
17201 fputs_filtered (hex_string (DW_ADDR (&die->attrs[i])), f); in dump_die_shallow()
17216 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f); in dump_die_shallow()
17220 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f); in dump_die_shallow()
H A Dsymfile.c1997 args->section_name, hex_string (args->section_size), in load_progress()
H A Dmdebugread.c3440 hex_string (type_code)); /* CUR_SYMBOL_TYPE */ in parse_partial_symbols()
H A Dtracepoint.c2704 hex_string (SYMBOL_VALUE (sym))); in scope_info()
H A Dremote.c5560 hex_string (pnum), p, buf); in remote_parse_stop_reply()
H A Dbreakpoint.c15323 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr)); in create_tracepoint_from_upload()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-finishbreakpoint.c291 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (finish_pc)); in bpfinishpy_init()
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dkld.c267 hex_string(sap->other[i].addr)); in load_kld()
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c811 hex_string ((unsigned long) sal.pc)); in edit_command()
976 hex_string ((unsigned long) sal.pc)); in list_command()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-var.c146 name, frame, hex_string (frameaddr), expr); in mi_cmd_var_create()