OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guest_EBP
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/main/VEX/pub/
libvex_guest_x86.h
149
UInt
guest_EBP
;
/external/valgrind/main/coregrind/
pub_core_machine.h
85
# define VG_FRAME_PTR
guest_EBP
m_machine.c
70
= VG_(threads)[tid].arch.vex.
guest_EBP
;
192
(*f)(vex->
guest_EBP
);
[
all
...]
m_debugger.c
65
regs.ebp = vex->
guest_EBP
;
/external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c
73
mach->__ebp = vex->
guest_EBP
;
129
vex->
guest_EBP
= mach->__ebp;
syswrap-main.c
419
canonical->arg6 = gst->
guest_EBP
;
631
gst->
guest_EBP
= canonical->arg6;
[
all
...]
/external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c
657
tst->arch.vex.
guest_EBP
= sc->ebp;
/external/valgrind/main/VEX/priv/
guest_x86_helpers.c
[
all
...]
guest_x86_toIR.c
240
#define OFFB_EBP offsetof(VexGuestX86State,
guest_EBP
)
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
255
regs->ebp = arch->vex.
guest_EBP
;
Completed in 1466 milliseconds