HomeSort by: relevance | last modified time | path
    Searched defs:target_pc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
arm-linux-tdep.c 1728 CORE_ADDR target_pc = arm_skip_stub (frame, pc); local
1730 if (target_pc != 0)
1731 return target_pc;
mips-tdep.c 7573 CORE_ADDR target_pc = 0; local
7580 status == 0 && target_pc == 0 && i < 20;
7598 target_pc = gp; /* Hmm... */
7600 target_pc = addr;
7617 target_pc = jtype_target (inst) << 2;
7618 target_pc += ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
7663 return target_pc;
7873 CORE_ADDR target_pc; local
7878 target_pc = pc;
7892 while (pc != target_pc);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-tdep.c 1725 CORE_ADDR target_pc = arm_skip_stub (frame, pc); local
1727 if (target_pc != 0)
1728 return target_pc;
mips-tdep.c 7578 CORE_ADDR target_pc = 0; local
7585 status == 0 && target_pc == 0 && i < 20;
7603 target_pc = gp; /* Hmm... */
7605 target_pc = addr;
7622 target_pc = jtype_target (inst) << 2;
7623 target_pc += ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
7668 return target_pc;
7879 CORE_ADDR target_pc; local
7884 target_pc = pc;
7898 while (pc != target_pc);
    [all...]

Completed in 38 milliseconds