Searched refs:relocate_instruction (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dremote-utils.h66 int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
H A Dlinux-x86-low.cc1298 relocate_instruction (&buildaddr, tpaddr);
1479 relocate_instruction (&buildaddr, tpaddr);
H A Dremote-utils.cc1569 relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) function
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dremote-utils.h74 int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
H A Dlinux-x86-low.cc1309 relocate_instruction (&buildaddr, tpaddr);
1490 relocate_instruction (&buildaddr, tpaddr);
H A Dremote-utils.cc1534 relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c294 gdbarch_relocate_instruction_ftype *relocate_instruction; member in struct:gdbarch
449 gdbarch->relocate_instruction = NULL;
665 /* Skip verify of relocate_instruction, has predicate. */
1330 "gdbarch_dump: relocate_instruction = <%s>\n",
1331 host_address_to_string (gdbarch->relocate_instruction));
4052 return gdbarch->relocate_instruction != NULL;
4059 gdb_assert (gdbarch->relocate_instruction != NULL);
4060 /* Do not check predicate: gdbarch->relocate_instruction != NULL, allow call. */
4063 gdbarch->relocate_instruction (gdbarch, to, from);
4068 gdbarch_relocate_instruction_ftype relocate_instruction)
4067 set_gdbarch_relocate_instruction(struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype relocate_instruction) argument
[all...]
H A Dgdbarch.h1102 extern void set_gdbarch_relocate_instruction (struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype *relocate_instruction);
H A Dgdbarch.sh837 M;void;relocate_instruction;CORE_ADDR *to, CORE_ADDR from;to, from;;NULL
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c198 gdbarch_relocate_instruction_ftype *relocate_instruction = NULL; member in struct:gdbarch
457 /* Skip verify of relocate_instruction, has predicate. */
1119 "gdbarch_dump: relocate_instruction = <%s>\n",
1120 host_address_to_string (gdbarch->relocate_instruction));
4161 return gdbarch->relocate_instruction != NULL;
4168 gdb_assert (gdbarch->relocate_instruction != NULL);
4169 /* Do not check predicate: gdbarch->relocate_instruction != NULL, allow call. */
4172 gdbarch->relocate_instruction (gdbarch, to, from);
4177 gdbarch_relocate_instruction_ftype relocate_instruction)
4179 gdbarch->relocate_instruction
4176 set_gdbarch_relocate_instruction(struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype relocate_instruction) argument
[all...]
H A Dgdbarch-gen.h1125 extern void set_gdbarch_relocate_instruction (struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype *relocate_instruction);

Completed in 284 milliseconds