Home | History | Annotate | Download | only in gdb

Lines Matching refs:relocate_instruction

202   gdbarch_relocate_instruction_ftype *relocate_instruction = NULL;
474 /* Skip verify of relocate_instruction, has predicate. */
1162 "gdbarch_dump: relocate_instruction = <%s>\n",
1163 host_address_to_string (gdbarch->relocate_instruction));
4342 return gdbarch->relocate_instruction != NULL;
4349 gdb_assert (gdbarch->relocate_instruction != NULL);
4350 /* Do not check predicate: gdbarch->relocate_instruction != NULL, allow call. */
4353 gdbarch->relocate_instruction (gdbarch, to, from);
4358 gdbarch_relocate_instruction_ftype relocate_instruction)
4360 gdbarch->relocate_instruction = relocate_instruction;