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

  /src/external/gpl3/gdb/dist/gdb/
alpha-tdep.c 796 CORE_ADDR closing_insn; /* Instruction that closes the atomic sequence. */
845 closing_insn = loc;
855 || (breaks[1] >= pc && breaks[1] <= closing_insn)))
791 CORE_ADDR closing_insn; \/* Instruction that closes the atomic sequence. *\/ local
aarch64-tdep.c 3459 CORE_ADDR closing_insn = 0;
3519 closing_insn = loc;
3525 if (!closing_insn)
3535 || (breaks[1] >= pc && breaks[1] <= closing_insn)))
3458 CORE_ADDR closing_insn = 0; local
rs6000-tdep.c 1146 CORE_ADDR closing_insn; /* Instruction that closes the atomic sequence. */
1198 closing_insn = loc;
1208 || (breaks[1] >= pc && breaks[1] <= closing_insn)))
1145 CORE_ADDR closing_insn; \/* Instruction that closes the atomic sequence. *\/ local
  /src/external/gpl3/gdb.old/dist/gdb/
alpha-tdep.c 796 CORE_ADDR closing_insn; /* Instruction that closes the atomic sequence. */
845 closing_insn = loc;
855 || (breaks[1] >= pc && breaks[1] <= closing_insn)))
791 CORE_ADDR closing_insn; \/* Instruction that closes the atomic sequence. *\/ local
aarch64-tdep.c 3461 CORE_ADDR closing_insn = 0;
3521 closing_insn = loc;
3527 if (!closing_insn)
3537 || (breaks[1] >= pc && breaks[1] <= closing_insn)))
3460 CORE_ADDR closing_insn = 0; local
rs6000-tdep.c 1146 CORE_ADDR closing_insn; /* Instruction that closes the atomic sequence. */
1198 closing_insn = loc;
1208 || (breaks[1] >= pc && breaks[1] <= closing_insn)))
1145 CORE_ADDR closing_insn; \/* Instruction that closes the atomic sequence. *\/ local

Completed in 59 milliseconds