HomeSort by: relevance | last modified time | path
    Searched defs:next_pcs (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
arc-linux-tdep.c 365 std::vector<CORE_ADDR> next_pcs; local
405 next_pcs.push_back (insn.address + insn.length);
408 return next_pcs;
429 std::vector<CORE_ADDR> next_pcs; local
439 next_pcs.push_back (arc_insn_get_linear_next_pc (next_insn));
442 next_pcs.push_back (next_pc);
452 next_pcs.push_back (branch_pc);
478 next_pcs.push_back (lp_start);
488 next_pcs.push_back (bta);
491 return next_pcs;
    [all...]
moxie-tdep.c 307 std::vector<CORE_ADDR> next_pcs; local
335 next_pcs.push_back (addr + 2);
336 next_pcs.push_back (addr + 2 + INST2OFFSET(inst));
348 next_pcs.push_back (addr + 2);
395 next_pcs.push_back (addr + 2);
405 next_pcs.push_back (addr + 4);
418 next_pcs.push_back (addr + 6);
424 next_pcs.push_back (moxie_process_readu (addr + 2, buf, 4,
430 next_pcs.push_back (moxie_process_readu (fp + 4, buf, 4, byte_order));
436 next_pcs.push_back (tmpu32)
    [all...]
alpha-tdep.c 858 std::vector<CORE_ADDR> next_pcs;
861 next_pcs.push_back (breaks[index]);
863 return next_pcs;
1733 std::vector<CORE_ADDR> next_pcs
1735 if (!next_pcs.empty ())
1736 return next_pcs;
853 std::vector<CORE_ADDR> next_pcs; local
1723 std::vector<CORE_ADDR> next_pcs local
arm-linux-tdep.c 974 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx); local
976 for (CORE_ADDR &pc_ref : next_pcs)
979 return next_pcs;
rs6000-aix-tdep.c 1024 std::vector<CORE_ADDR> next_pcs = ppc_deal_with_atomic_sequence (regcache); local
1025 if (!next_pcs.empty ())
1026 return next_pcs;
1046 next_pcs.push_back (breaks[ii]);
1051 return next_pcs;
sparc-tdep.c 1747 std::vector<CORE_ADDR> next_pcs;
1755 next_pcs.push_back (npc);
1758 next_pcs.push_back (nnpc);
1766 return next_pcs;
1737 std::vector<CORE_ADDR> next_pcs; local
loongarch-tdep.c 333 std::vector<CORE_ADDR> next_pcs; local
358 next_pcs.push_back (next_pc);
365 next_pcs.push_back (next_pc);
374 return next_pcs;
383 std::vector<CORE_ADDR> next_pcs local
386 if (!next_pcs.empty ())
387 return next_pcs;
cris-tdep.c 2034 std::vector<CORE_ADDR> next_pcs; local
2052 next_pcs.push_back (next_pc);
2059 next_pcs.push_back (branch_target_address);
2063 return next_pcs;
aarch64-tdep.c 3538 std::vector<CORE_ADDR> next_pcs;
3543 next_pcs.push_back (breaks[index]);
3545 return next_pcs;
3537 std::vector<CORE_ADDR> next_pcs; local
mips-tdep.c 4028 std::vector<CORE_ADDR> next_pcs; local
4032 next_pcs.push_back (breaks[index]);
4034 return next_pcs;
4184 std::vector<CORE_ADDR> next_pcs; local
4188 next_pcs.push_back (breaks[index]);
4190 return next_pcs;
4216 std::vector<CORE_ADDR> next_pcs = deal_with_atomic_sequence (gdbarch, pc); local
4218 if (!next_pcs.empty ())
4219 return next_pcs;
rs6000-tdep.c 1211 std::vector<CORE_ADDR> next_pcs;
1214 next_pcs.push_back (breaks[index]);
1216 return next_pcs;
1210 std::vector<CORE_ADDR> next_pcs; local
  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.c 45 added to the next_pcs list. */
171 std::vector<CORE_ADDR> next_pcs; local
175 next_pcs.push_back (MAKE_THUMB_ADDR (breaks[index]));
177 return next_pcs;
183 added to the next_pcs list. */
253 std::vector<CORE_ADDR> next_pcs; local
257 next_pcs.push_back (breaks[index]);
259 return next_pcs;
275 std::vector<CORE_ADDR> next_pcs; local
318 next_pcs.push_back (MAKE_THUMB_ADDR (pc))
656 std::vector<CORE_ADDR> next_pcs; local
913 std::vector<CORE_ADDR> next_pcs; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arc-linux-tdep.c 366 std::vector<CORE_ADDR> next_pcs; local
406 next_pcs.push_back (insn.address + insn.length);
409 return next_pcs;
430 std::vector<CORE_ADDR> next_pcs; local
440 next_pcs.push_back (arc_insn_get_linear_next_pc (next_insn));
443 next_pcs.push_back (next_pc);
453 next_pcs.push_back (branch_pc);
479 next_pcs.push_back (lp_start);
489 next_pcs.push_back (bta);
492 return next_pcs;
    [all...]
moxie-tdep.c 307 std::vector<CORE_ADDR> next_pcs; local
335 next_pcs.push_back (addr + 2);
336 next_pcs.push_back (addr + 2 + INST2OFFSET(inst));
348 next_pcs.push_back (addr + 2);
395 next_pcs.push_back (addr + 2);
405 next_pcs.push_back (addr + 4);
418 next_pcs.push_back (addr + 6);
424 next_pcs.push_back (moxie_process_readu (addr + 2, buf, 4,
430 next_pcs.push_back (moxie_process_readu (fp + 4, buf, 4, byte_order));
436 next_pcs.push_back (tmpu32)
    [all...]
alpha-tdep.c 839 std::vector<CORE_ADDR> next_pcs;
842 next_pcs.push_back (breaks[index]);
844 return next_pcs;
1714 std::vector<CORE_ADDR> next_pcs
1716 if (!next_pcs.empty ())
1717 return next_pcs;
834 std::vector<CORE_ADDR> next_pcs; local
1704 std::vector<CORE_ADDR> next_pcs local
arm-linux-tdep.c 975 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx); local
977 for (CORE_ADDR &pc_ref : next_pcs)
980 return next_pcs;
rs6000-aix-tdep.c 1025 std::vector<CORE_ADDR> next_pcs = ppc_deal_with_atomic_sequence (regcache); local
1026 if (!next_pcs.empty ())
1027 return next_pcs;
1047 next_pcs.push_back (breaks[ii]);
1052 return next_pcs;
sparc-tdep.c 1747 std::vector<CORE_ADDR> next_pcs;
1755 next_pcs.push_back (npc);
1758 next_pcs.push_back (nnpc);
1766 return next_pcs;
1737 std::vector<CORE_ADDR> next_pcs; local
loongarch-tdep.c 474 std::vector<CORE_ADDR> next_pcs; local
526 next_pcs.push_back (next_pc);
532 next_pcs.push_back (next_pc);
537 return next_pcs;
546 std::vector<CORE_ADDR> next_pcs local
549 if (!next_pcs.empty ())
550 return next_pcs;
cris-tdep.c 2034 std::vector<CORE_ADDR> next_pcs; local
2052 next_pcs.push_back (next_pc);
2059 next_pcs.push_back (branch_target_address);
2063 return next_pcs;
aarch64-tdep.c 3608 std::vector<CORE_ADDR> next_pcs;
3613 next_pcs.push_back (breaks[index]);
3615 return next_pcs;
3607 std::vector<CORE_ADDR> next_pcs; local
mips-tdep.c 4032 std::vector<CORE_ADDR> next_pcs; local
4036 next_pcs.push_back (breaks[index]);
4038 return next_pcs;
4188 std::vector<CORE_ADDR> next_pcs; local
4192 next_pcs.push_back (breaks[index]);
4194 return next_pcs;
4220 std::vector<CORE_ADDR> next_pcs = deal_with_atomic_sequence (gdbarch, pc); local
4222 if (!next_pcs.empty ())
4223 return next_pcs;
  /src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.c 127 sequence address is added to the next_pcs list. */
259 std::vector<CORE_ADDR> next_pcs; local
263 next_pcs.push_back (MAKE_THUMB_ADDR (breaks[index]));
265 return next_pcs;
271 sequence address is added to the next_pcs list. */
350 std::vector<CORE_ADDR> next_pcs; local
354 next_pcs.push_back (breaks[index]);
356 return next_pcs;
372 std::vector<CORE_ADDR> next_pcs; local
415 next_pcs.push_back (MAKE_THUMB_ADDR (pc))
753 std::vector<CORE_ADDR> next_pcs; local
1010 std::vector<CORE_ADDR> next_pcs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 3965 std::vector<CORE_ADDR> next_pcs = low_get_next_pcs (regcache); local
3967 for (CORE_ADDR pc : next_pcs)
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 3964 std::vector<CORE_ADDR> next_pcs = low_get_next_pcs (regcache); local
3966 for (CORE_ADDR pc : next_pcs)

Completed in 73 milliseconds

1 2