Searched refs:pc_offset (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-linux.c37 int pc_offset = 0; local
56 pc_offset = r0_offset + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM;
58 return pc_offset;
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-linux.c37 int pc_offset = 0; local
56 pc_offset = r0_offset + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM;
58 return pc_offset;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc87 uptr module_name_len, uptr *pc_offset) {
90 pc, &found_module_name, pc_offset);
153 uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) {
155 pc_offset);
86 GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) argument
152 __sanitizer_get_module_and_offset_for_pc( uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) argument
H A Dsanitizer_interface_internal.h76 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc85 uptr module_name_len, uptr *pc_offset) {
88 pc, &found_module_name, pc_offset);
151 uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) {
153 pc_offset);
84 GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) argument
150 __sanitizer_get_module_and_offset_for_pc( uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) argument
H A Dsanitizer_interface_internal.h74 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsparc-linux-tdep.c175 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
H A Dppc-nbsd-tdep.c214 if (ppcnbsd_reg_offsets.pc_offset == 0)
224 ppcnbsd_reg_offsets.pc_offset = 144;
H A Davr-tdep.c588 int pc_offset = 0; local
600 pc_offset += 2;
607 pc_offset += 2;
614 pc_offset += 2;
621 pc_offset += 2;
641 pc_offset += 2;
655 pc_offset += 4;
687 return pc_beg + pc_offset;
H A Dppc-obsd-tdep.c278 if (ppcobsd_reg_offsets.pc_offset == 0)
284 ppcobsd_reg_offsets.pc_offset = 384;
H A Dppc-obsd-nat.c201 ppcobsd_reg_offsets.pc_offset = offsetof (struct reg, pc);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp170 uptr module_name_len, uptr *pc_offset) {
173 pc, &found_module_name, pc_offset);
221 uptr *pc_offset) {
223 pc_offset);
169 GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) argument
219 __sanitizer_get_module_and_offset_for_pc(uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) argument
H A Dsanitizer_interface_internal.h79 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsparc-linux-tdep.c175 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
H A Dppc-netbsd-tdep.c217 if (ppcnbsd_reg_offsets.pc_offset == 0)
227 ppcnbsd_reg_offsets.pc_offset = 144;
H A Davr-tdep.c591 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;
H A Dppc-obsd-tdep.c279 if (ppcobsd_reg_offsets.pc_offset == 0)
285 ppcobsd_reg_offsets.pc_offset = 384;
/netbsd-current/sys/kern/
H A Dsubr_physmap.c54 vsize_t pc_offset; member in struct:__anon14
257 pc->pc_offset = offset;
289 paddr_t pa = pc->pc_segs->ps_addr + pc->pc_offset;
291 const size_t len = pc->pc_segs->ps_len - pc->pc_offset;
304 pc->pc_offset = 0;
H A Dsubr_percpu.c51 unsigned pc_offset; member in struct:percpu
79 const unsigned int off = pc->pc_offset;
274 (*pc->pc_ctor)((char *)pcc->pcc_data + pc->pc_offset,
322 pc->pc_offset = offset;
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dcommon_interface_defs.h203 void **pc_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h201 void **pc_offset);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h351 void **pc_offset);
/netbsd-current/sys/dev/pci/
H A Dubsecreg.h124 u_int16_t pc_offset; /* crypto offset */ member in struct:ubsec_pktctx
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc886 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);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc886 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);

Completed in 337 milliseconds

12