| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-linux.c | 36 int pc_offset = 0; local 55 pc_offset = r0_offset + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM; 57 return pc_offset;
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-linux.c | 36 int pc_offset = 0; local 55 pc_offset = r0_offset + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM; 57 return pc_offset;
|
| /src/sys/kern/ |
| subr_physmap.c | 57 vsize_t pc_offset; member in struct:__anon6872 260 pc->pc_offset = offset; 292 paddr_t pa = pc->pc_segs->ps_addr + pc->pc_offset; 294 const size_t len = pc->pc_segs->ps_len - pc->pc_offset; 307 pc->pc_offset = 0;
|
| subr_percpu.c | 53 unsigned pc_offset; member in struct:percpu 81 const unsigned int off = pc->pc_offset; 276 (*pc->pc_ctor)((char *)pcc->pcc_data + pc->pc_offset, 324 pc->pc_offset = offset;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| sparc-linux-tdep.c | 175 ULONGEST sp, pc_offset; 190 pc_offset = 96 + 4; 192 pc_offset += 128; 194 return read_memory_unsigned_integer (sp + pc_offset, 4, byte_order); 174 ULONGEST sp, pc_offset; local
|
| arc-tdep.c | 1017 int pc_offset = tdep->jb_pc * ARC_REGISTER_SIZE; local 1021 if (target_read_memory (jb_addr + pc_offset, buf, ARC_REGISTER_SIZE))
|
| arm-linux-tdep.c | 794 int pc_offset = 0; local 805 pc_offset = arm_linux_sigreturn_next_pc_offset (sp, sp_data, svc_number, 808 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order); 811 cpsr = read_memory_unsigned_integer (sp + pc_offset + 4, 4, byte_order);
|
| avr-tdep.c | 590 int pc_offset = 0; local 602 pc_offset += 2; 609 pc_offset += 2; 616 pc_offset += 2; 623 pc_offset += 2; 644 pc_offset += 2; 658 pc_offset += 4; 690 return pc_beg + pc_offset;
|
| ppc-tdep.h | 90 int pc_offset; member in struct:ppc_reg_offsets
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| sparc-linux-tdep.c | 175 ULONGEST sp, pc_offset; 190 pc_offset = 96 + 4; 192 pc_offset += 128; 194 return read_memory_unsigned_integer (sp + pc_offset, 4, byte_order); 174 ULONGEST sp, pc_offset; local
|
| arc-tdep.c | 1017 int pc_offset = tdep->jb_pc * ARC_REGISTER_SIZE; local 1021 if (target_read_memory (jb_addr + pc_offset, buf, ARC_REGISTER_SIZE))
|
| arm-linux-tdep.c | 793 int pc_offset = 0; local 804 pc_offset = arm_linux_sigreturn_next_pc_offset (sp, sp_data, svc_number, 807 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order); 810 cpsr = read_memory_unsigned_integer (sp + pc_offset + 4, 4, byte_order);
|
| avr-tdep.c | 591 int pc_offset = 0; local 603 pc_offset += 2; 610 pc_offset += 2; 617 pc_offset += 2; 624 pc_offset += 2; 644 pc_offset += 2; 658 pc_offset += 4; 690 return pc_beg + pc_offset;
|
| ppc-tdep.h | 90 int pc_offset; member in struct:ppc_reg_offsets
|
| /src/sys/dev/pci/ |
| ubsecreg.h | 124 u_int16_t pc_offset; /* crypto offset */ member in struct:ubsec_pktctx
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-arm-low.cc | 927 int pc_offset = 0; local 936 pc_offset = arm_linux_sigreturn_next_pc_offset 939 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4); 942 the_target->read_memory (sp + pc_offset + 4, (unsigned char *) &cpsr, 4);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-arm-low.cc | 886 int pc_offset = 0; local 895 pc_offset = arm_linux_sigreturn_next_pc_offset 898 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4); 901 the_target->read_memory (sp + pc_offset + 4, (unsigned char *) &cpsr, 4);
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe.c | 585 uint32_t pc_offset; local 599 pc_offset = pc - func_start_pc_offset; 603 pc_offset = pc_offset % rep_block_size; 605 return (start_ip_offset <= pc_offset) && (end_ip_offset >= pc_offset);
|
| /src/external/gpl3/binutils.old/dist/libsframe/ |
| sframe.c | 403 uint32_t pc_offset; local 416 pc_offset = pc - func_start_addr; 420 pc_offset = pc_offset % rep_block_size; 422 return (start_ip_offset <= pc_offset) && (end_ip_offset >= pc_offset);
|