Home
last modified time | relevance | path

Searched refs:relocate_instruction (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbarch.c255 gdbarch_relocate_instruction_ftype *relocate_instruction; member
543 gdbarch->relocate_instruction = NULL; in gdbarch_alloc()
1259 host_address_to_string (gdbarch->relocate_instruction)); in gdbarch_dump()
3687 return gdbarch->relocate_instruction != NULL; in gdbarch_relocate_instruction_p()
3694 gdb_assert (gdbarch->relocate_instruction != NULL); in gdbarch_relocate_instruction()
3698 gdbarch->relocate_instruction (gdbarch, to, from); in gdbarch_relocate_instruction()
3703 gdbarch_relocate_instruction_ftype relocate_instruction) in set_gdbarch_relocate_instruction() argument
3705 gdbarch->relocate_instruction = relocate_instruction; in set_gdbarch_relocate_instruction()
H A Dgdbarch.h924 …te_instruction (struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype *relocate_instruction);