HomeSort by: relevance | last modified time | path
    Searched refs:relocate_instruction (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
remote-utils.h 76 int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
linux-x86-low.cc 1225 relocate_instruction (&buildaddr, tpaddr);
1406 relocate_instruction (&buildaddr, tpaddr);
remote-utils.cc 1597 relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) function
  /src/external/gpl3/gdb/dist/gdbserver/
remote-utils.h 76 int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
linux-x86-low.cc 1256 relocate_instruction (&buildaddr, tpaddr);
1437 relocate_instruction (&buildaddr, tpaddr);
remote-utils.cc 1597 relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) function
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 202 gdbarch_relocate_instruction_ftype *relocate_instruction = NULL; member in struct:gdbarch
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
    [all...]
gdbarch-gen.h 1237 extern void set_gdbarch_relocate_instruction (struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype *relocate_instruction);
gdbarch_components.py 2009 name="relocate_instruction",
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 203 gdbarch_relocate_instruction_ftype *relocate_instruction = NULL; member in struct:gdbarch
477 /* Skip verify of relocate_instruction, has predicate. */
1169 "gdbarch_dump: relocate_instruction = <%s>\n",
1170 host_address_to_string (gdbarch->relocate_instruction));
4372 return gdbarch->relocate_instruction != NULL;
4379 gdb_assert (gdbarch->relocate_instruction != NULL);
4380 /* Do not check predicate: gdbarch->relocate_instruction != NULL, allow call. */
4383 gdbarch->relocate_instruction (gdbarch, to, from);
4388 gdbarch_relocate_instruction_ftype relocate_instruction)
4390 gdbarch->relocate_instruction = relocate_instruction
    [all...]
gdbarch-gen.h 1246 extern void set_gdbarch_relocate_instruction (struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype *relocate_instruction);
gdbarch_components.py 2037 name="relocate_instruction",

Completed in 30 milliseconds