/external/valgrind/main/VEX/priv/ |
guest_ppc_helpers.c | 459 vex_state->guest_CIA = 0; 616 vex_state->guest_CIA = 0; 691 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA); 728 Int cia_min = offsetof(VexGuestPPC64State, guest_CIA); 778 .offset_IP = offsetof(VexGuestPPC32State,guest_CIA), 786 = { /* 0 */ ALWAYSDEFD32(guest_CIA), 819 .offset_IP = offsetof(VexGuestPPC64State,guest_CIA), 827 = { /* 0 */ ALWAYSDEFD64(guest_CIA),
|
guest_ppc_toIR.c | 209 #define OFFB_CIA offsetofPPCGuestState(guest_CIA) [all...] |
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-ppc32-aix5.c | 167 tst->arch.vex.guest_CIA = ((UWord*)handler)[0]; 189 sp, tst->arch.vex.guest_CIA, tst->status); 225 tid, tst->arch.vex.guest_CIA);
|
sigframe-ppc64-aix5.c | 167 tst->arch.vex.guest_CIA = ((UWord*)handler)[0]; 189 sp, tst->arch.vex.guest_CIA, tst->status); 259 tid, tst->arch.vex.guest_CIA);
|
sigframe-ppc64-linux.c | 230 faultaddr = tst->arch.vex.guest_CIA; 251 frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP] = tst->arch.vex.guest_CIA; 303 tst->arch.vex.guest_CIA = (Addr) ((ULong*)handler)[0]; 314 sp, tst->arch.vex.guest_CIA, tst->status); 363 tst->arch.vex.guest_CIA = frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP]; 382 tid, has_siginfo, tst->arch.vex.guest_CIA);
|
sigframe-ppc32-linux.c | 152 mc->mc_gregs[VKI_PT_NIP] = tst->arch.vex.guest_CIA; 654 //.. = (void*)tst->arch.vex.guest_CIA; 708 faultaddr = tst->arch.vex.guest_CIA; 772 tst->arch.vex.guest_CIA = (Addr) handler; 789 //.. tst->arch.vex.guest_CIA = (Addr) handler; 796 sp, tst->arch.vex.guest_CIA, tst->status); 927 tst->arch.vex.guest_CIA = mc->mc_gregs[VKI_PT_NIP]; [all...] |
/external/valgrind/main/coregrind/ |
pub_core_machine.h | 91 # define VG_INSTR_PTR guest_CIA 95 # define VG_INSTR_PTR guest_CIA
|
m_debugger.c | 144 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_NIP * 4), (void*)vex->guest_CIA); 199 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_NIP * 8), (void*)vex->guest_CIA);
|
m_machine.c | 77 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_CIA; 82 regs->r_pc = VG_(threads)[tid].arch.vex.guest_CIA; [all...] |
/external/valgrind/main/coregrind/m_initimg/ |
initimg-aix5.c | 364 arch->vex.guest_CIA = (UWord)iifii.intregs37[32+0]; 428 iifii.preloadpage->client_start = (ULong)arch->vex.guest_CIA; 434 arch->vex.guest_CIA = (UWord)&VG_(ppc32_aix5_do_preloads_then_start_client); 439 arch->vex.guest_CIA = (UWord)&VG_(ppc64_aix5_do_preloads_then_start_client);
|
initimg-linux.c | [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_guest_ppc32.h | 156 /* 896 */ UInt guest_CIA; // IP (no arch visible register)
|
libvex_guest_ppc64.h | 194 /* 1024 */ ULong guest_CIA; // IP (no arch visible register)
|
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 298 regs->nip = arch->vex.guest_CIA; 319 regs->nip = arch->vex.guest_CIA;
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-main.c | [all...] |
syswrap-ppc32-aix5.c | 657 dst_ts->arch.vex.guest_CIA = ats_new->mst.iar; /* pc */ [all...] |
syswrap-ppc64-aix5.c | 567 dst_ts->arch.vex.guest_CIA = ats_new->mst.iar; /* pc */
|
syswrap-aix5.c | 190 tst->arch.vex.guest_CIA = ent; [all...] |