| /src/external/gpl3/gdb.old/dist/gdb/ |
| arm-wince-tdep.c | 44 CORE_ADDR next_pc; local 71 next_pc = read_memory_unsigned_integer (indirect, 4, byte_order); 72 if (next_pc != 0) 73 return next_pc;
|
| or1k-tdep.c | 413 CORE_ADDR pc, next_pc; 416 next_pc = pc + 4; 419 next_pc += 4; 421 return {next_pc}; 411 CORE_ADDR pc, next_pc; local
|
| rx-tdep.c | 187 CORE_ADDR pc, next_pc; local 239 next_pc = pc + bytes_read; 255 after_last_frame_setup_insn = next_pc; 268 after_last_frame_setup_insn = next_pc; 281 after_last_frame_setup_insn = next_pc; 295 after_last_frame_setup_insn = next_pc; 311 && next_pc < opc.op[0].addend) 316 marked as part of the prologue. We therefore set next_pc 341 pc = next_pc;
|
| tic6x-tdep.c | 682 CORE_ADDR next_pc = tic6x_get_next_pc (regcache, regcache_read_pc (regcache)); local 684 return {next_pc};
|
| arc-tdep.c | 522 CORE_ADDR next_pc = arc_insn_get_linear_next_pc (insn); local 523 arc_print ("\tlinear_next_pc = %s\n", paddress (gdbarch, next_pc));
|
| arm-linux-tdep.c | 791 CORE_ADDR next_pc = 0; local 808 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order); 814 return next_pc; 906 CORE_ADDR next_pc = 0; local 916 next_pc = pc + 2; 936 next_pc = pc + 4; 943 next_pc = arm_linux_sigreturn_next_pc (regcache, svc_number, &is_thumb); 948 next_pc = MAKE_THUMB_ADDR (next_pc); 950 return next_pc; [all...] |
| frv-tdep.c | 562 CORE_ADDR next_pc; local 601 next_pc = pc + 4; 668 last_prologue_pc = next_pc; 685 last_prologue_pc = next_pc; 724 last_prologue_pc = next_pc; 789 last_prologue_pc = next_pc; 812 last_prologue_pc = next_pc; 853 last_prologue_pc = next_pc; 897 last_prologue_pc = next_pc; 910 last_prologue_pc = next_pc; [all...] |
| msp430-tdep.c | 343 CORE_ADDR pc, next_pc; local 376 next_pc = pc + bytes_read; 384 after_last_frame_setup_insn = next_pc; 402 after_last_frame_setup_insn = next_pc; 413 after_last_frame_setup_insn = next_pc; 418 after_last_frame_setup_insn = next_pc; 425 pc = next_pc;
|
| rl78-tdep.c | 912 CORE_ADDR pc, next_pc; local 943 next_pc = pc + bytes_read; 961 after_last_frame_setup_insn = next_pc; 972 after_last_frame_setup_insn = next_pc; 1001 after_last_frame_setup_insn = next_pc; 1009 pc = next_pc;
|
| loongarch-tdep.c | 236 CORE_ADDR next_pc = cur_pc + insn_len; local 242 next_pc = rj + loongarch_decode_imm ("10:16<<2", insn, 1); 247 next_pc = cur_pc + loongarch_decode_imm ("0:10|10:16<<2", insn, 1); 256 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 265 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 274 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 283 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 292 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 301 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 308 next_pc = cur_pc + loongarch_decode_imm ("0:5|10:16<<2", insn, 1) 332 CORE_ADDR next_pc; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| arm-wince-tdep.c | 44 CORE_ADDR next_pc; local 71 next_pc = read_memory_unsigned_integer (indirect, 4, byte_order); 72 if (next_pc != 0) 73 return next_pc;
|
| or1k-tdep.c | 413 CORE_ADDR pc, next_pc; 416 next_pc = pc + 4; 419 next_pc += 4; 421 return {next_pc}; 411 CORE_ADDR pc, next_pc; local
|
| rx-tdep.c | 187 CORE_ADDR pc, next_pc; local 239 next_pc = pc + bytes_read; 255 after_last_frame_setup_insn = next_pc; 268 after_last_frame_setup_insn = next_pc; 281 after_last_frame_setup_insn = next_pc; 295 after_last_frame_setup_insn = next_pc; 311 && next_pc < opc.op[0].addend) 316 marked as part of the prologue. We therefore set next_pc 341 pc = next_pc;
|
| tic6x-tdep.c | 682 CORE_ADDR next_pc = tic6x_get_next_pc (regcache, regcache_read_pc (regcache)); local 684 return {next_pc};
|
| arc-tdep.c | 522 CORE_ADDR next_pc = arc_insn_get_linear_next_pc (insn); local 523 arc_print ("\tlinear_next_pc = %s\n", paddress (gdbarch, next_pc));
|
| arm-linux-tdep.c | 792 CORE_ADDR next_pc = 0; local 809 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order); 815 return next_pc; 907 CORE_ADDR next_pc = 0; local 917 next_pc = pc + 2; 937 next_pc = pc + 4; 944 next_pc = arm_linux_sigreturn_next_pc (regcache, svc_number, &is_thumb); 949 next_pc = MAKE_THUMB_ADDR (next_pc); 951 return next_pc; [all...] |
| frv-tdep.c | 563 CORE_ADDR next_pc; local 602 next_pc = pc + 4; 669 last_prologue_pc = next_pc; 686 last_prologue_pc = next_pc; 725 last_prologue_pc = next_pc; 790 last_prologue_pc = next_pc; 813 last_prologue_pc = next_pc; 854 last_prologue_pc = next_pc; 898 last_prologue_pc = next_pc; 911 last_prologue_pc = next_pc; [all...] |
| msp430-tdep.c | 343 CORE_ADDR pc, next_pc; local 376 next_pc = pc + bytes_read; 384 after_last_frame_setup_insn = next_pc; 402 after_last_frame_setup_insn = next_pc; 413 after_last_frame_setup_insn = next_pc; 418 after_last_frame_setup_insn = next_pc; 425 pc = next_pc;
|
| loongarch-tdep.c | 326 CORE_ADDR next_pc = cur_pc + insn_len; local 332 next_pc = rj + loongarch_decode_imm ("10:16<<2", insn, 1); 337 next_pc = cur_pc + loongarch_decode_imm ("0:10|10:16<<2", insn, 1); 346 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 355 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 364 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 373 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 382 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 391 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1); 398 next_pc = cur_pc + loongarch_decode_imm ("0:5|10:16<<2", insn, 1) 437 CORE_ADDR next_pc = cur_pc + insn_len; local 471 CORE_ADDR next_pc; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bpf/ |
| bpf-sim.c | 616 uint64_t next_pc = bpf_pc + insn->size; 1046 next_pc = bpf_pc + DISP (insn->offset16); 1051 next_pc = bpf_pc + DISP (insn->offset16); 1056 next_pc = bpf_pc + DISP (insn->offset16); 1061 next_pc = bpf_pc + DISP (insn->offset16); 1066 next_pc = bpf_pc + DISP (insn->offset16); 1071 next_pc = bpf_pc + DISP (insn->offset16); 1076 next_pc = bpf_pc + DISP (insn->offset16); 1081 next_pc = bpf_pc + DISP (insn->offset16); 1086 next_pc = bpf_pc + DISP (insn->offset16) 608 uint64_t next_pc = bpf_pc + insn->size; local [all...] |
| /src/external/gpl3/gdb/dist/sim/bpf/ |
| bpf-sim.c | 616 uint64_t next_pc = bpf_pc + insn->size; 1046 next_pc = bpf_pc + DISP (insn->offset16); 1051 next_pc = bpf_pc + DISP (insn->offset16); 1056 next_pc = bpf_pc + DISP (insn->offset16); 1061 next_pc = bpf_pc + DISP (insn->offset16); 1066 next_pc = bpf_pc + DISP (insn->offset16); 1071 next_pc = bpf_pc + DISP (insn->offset16); 1076 next_pc = bpf_pc + DISP (insn->offset16); 1081 next_pc = bpf_pc + DISP (insn->offset16); 1086 next_pc = bpf_pc + DISP (insn->offset16) 608 uint64_t next_pc = bpf_pc + insn->size; local [all...] |
| /src/external/gpl3/gdb/dist/sim/h8300/ |
| h8300-sim.h | 104 int next_pc; member in struct:__anon19485
|
| /src/external/gpl3/gdb.old/dist/sim/h8300/ |
| h8300-sim.h | 104 int next_pc; member in struct:__anon22224
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-arm-low.cc | 928 CORE_ADDR next_pc = 0; local 939 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4); 945 return next_pc; 953 CORE_ADDR next_pc = 0; local 963 next_pc = pc + 2; 982 next_pc = pc + 4; 990 next_pc = arm_sigreturn_next_pc (regcache, svc_number, &is_thumb); 995 next_pc = MAKE_THUMB_ADDR (next_pc); 997 return next_pc; [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-arm-low.cc | 928 CORE_ADDR next_pc = 0; local 939 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4); 945 return next_pc; 953 CORE_ADDR next_pc = 0; local 963 next_pc = pc + 2; 982 next_pc = pc + 4; 990 next_pc = arm_sigreturn_next_pc (regcache, svc_number, &is_thumb); 995 next_pc = MAKE_THUMB_ADDR (next_pc); 997 return next_pc; [all...] |