OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_pc
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/main/coregrind/
m_libcassert.c
61
(srP)->
r_pc
= (ULong)eip; \
76
(srP)->
r_pc
= rip; \
95
(srP)->
r_pc
= (ULong)cia; \
114
(srP)->
r_pc
= cia; \
132
(srP)->
r_pc
= block[0] - 8; \
150
(srP)->
r_pc
= ia; \
174
(srP)->
r_pc
= (ULong)pc - 8; \
m_stacktrace.c
84
uregs.xip = (Addr)startRegs->
r_pc
;
240
uregs.xip = startRegs->
r_pc
;
411
Addr ip = (Addr)startRegs->
r_pc
;
674
uregs.r15 = startRegs->
r_pc
& 0xFFFFFFFE;
810
uregs.ia = startRegs->
r_pc
;
892
uregs.pc = startRegs->
r_pc
;
[
all
...]
pub_core_basics.h
88
ULong
r_pc
; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
member in struct:__anon16924
m_machine.c
69
regs->
r_pc
= (ULong)VG_(threads)[tid].arch.vex.guest_EIP;
74
regs->
r_pc
= VG_(threads)[tid].arch.vex.guest_RIP;
79
regs->
r_pc
= (ULong)VG_(threads)[tid].arch.vex.guest_CIA;
84
regs->
r_pc
= VG_(threads)[tid].arch.vex.guest_CIA;
89
regs->
r_pc
= (ULong)VG_(threads)[tid].arch.vex.guest_R15T;
100
regs->
r_pc
= (ULong)VG_(threads)[tid].arch.vex.guest_IA;
107
regs->
r_pc
= VG_(threads)[tid].arch.vex.guest_PC;
[
all
...]
m_signals.c
275
{ (srP)->
r_pc
= (ULong)((uc)->uc_mcontext.eip); \
287
{ (srP)->
r_pc
= (uc)->uc_mcontext.rip; \
346
{ (srP)->
r_pc
= (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_NIP]); \
369
{ (srP)->
r_pc
= (uc)->uc_mcontext.gp_regs[VKI_PT_NIP]; \
381
{ (srP)->
r_pc
= (uc)->uc_mcontext.arm_pc; \
442
srP->
r_pc
= (ULong)(ss->__eip);
498
srP->
r_pc
= (ULong)(ss->__rip);
513
{ (srP)->
r_pc
= (ULong)((uc)->uc_mcontext.regs.psw.addr); \
531
{ (srP)->
r_pc
= (uc)->uc_mcontext.sc_pc; \
[
all
...]
/system/core/libcorkscrew/arch-arm/
backtrace-arm.c
86
static const int
R_PC
= 15;
322
if (mask & (1 <<
R_PC
)) {
436
set_reg(state,
R_PC
, state->gregs[R_LR]);
494
uintptr_t pc = index ? rewind_pc_arch(memory, state->gregs[
R_PC
])
495
: state->gregs[
R_PC
];
508
&& state->gregs[R_LR] != state->gregs[
R_PC
]) {
509
set_reg(state,
R_PC
, state->gregs[R_LR]);
536
if (!state->gregs[
R_PC
]) {
545
&& state->gregs[R_LR] != state->gregs[
R_PC
]
/external/strace/
util.c
[
all
...]
ChangeLog-CVS
[
all
...]
process.c
87
# define
r_pc
r_tpc
macro
[
all
...]
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
331
r_PC
,
Completed in 1660 milliseconds