Searched refs:i386_follow_jump (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.c1129 i386_follow_jump (struct gdbarch *gdbarch, CORE_ADDR pc)
1823 pc = i386_follow_jump (gdbarch, pc);
1927 if (i386_follow_jump (gdbarch, start_pc) != start_pc)
1928 pc = i386_follow_jump (gdbarch, pc);
1125 i386_follow_jump (struct gdbarch *gdbarch, CORE_ADDR pc) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.c1110 i386_follow_jump (struct gdbarch *gdbarch, CORE_ADDR pc)
1823 pc = i386_follow_jump (gdbarch, pc);
1928 if (i386_follow_jump (gdbarch, start_pc) != start_pc)
1929 pc = i386_follow_jump (gdbarch, pc);
1106 i386_follow_jump (struct gdbarch *gdbarch, CORE_ADDR pc) function

Completed in 275 milliseconds