OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VexGuestArchState
(Results
1 - 14
of
14
) sorted by null
/external/valgrind/main/coregrind/
pub_core_threadstate.h
79
typedef VexGuestX86State
VexGuestArchState
;
81
typedef VexGuestAMD64State
VexGuestArchState
;
83
typedef VexGuestPPC32State
VexGuestArchState
;
85
typedef VexGuestPPC64State
VexGuestArchState
;
87
typedef VexGuestARMState
VexGuestArchState
;
89
typedef VexGuestS390XState
VexGuestArchState
;
91
typedef VexGuestMIPS32State
VexGuestArchState
;
112
VexGuestArchState
vex __attribute__((aligned(16)));
115
VexGuestArchState
vex_shadow1 __attribute__((aligned(16)));
116
VexGuestArchState
vex_shadow2 __attribute__((aligned(16)))
[
all
...]
pub_core_machine.h
128
#define VG_O_STACK_PTR (offsetof(
VexGuestArchState
, VG_STACK_PTR))
129
#define VG_O_INSTR_PTR (offsetof(
VexGuestArchState
, VG_INSTR_PTR))
130
#define VG_O_FPC_REG (offsetof(
VexGuestArchState
, VG_FPC_REG))
m_translate.c
57
#include "pub_core_threadstate.h" //
VexGuestArchState
[
all
...]
m_machine.c
162
vg_assert(0 <= offset && offset < sizeof(
VexGuestArchState
));
163
vg_assert(offset + size <= sizeof(
VexGuestArchState
));
186
vg_assert(0 <= offset && offset < sizeof(
VexGuestArchState
));
187
vg_assert(offset + size <= sizeof(
VexGuestArchState
));
203
VexGuestArchState
* vex = &(VG_(get_ThreadState)(tid)->arch.vex);
[
all
...]
m_debugger.c
49
static Int ptrace_setregs(Int pid,
VexGuestArchState
* vex)
/external/valgrind/main/coregrind/m_gdbserver/
target.h
210
extern
VexGuestArchState
* get_arch (int set, ThreadState* tst);
target.c
512
VexGuestArchState
* get_arch (int set, ThreadState* tst)
/external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c
99
VexGuestArchState
*vex_generic)
154
VexGuestArchState
*vex_generic)
priv_syswrap-darwin.h
607
VexGuestArchState
*vex_generic);
612
VexGuestArchState
*vex_generic);
syswrap-amd64-darwin.c
123
VexGuestArchState
*vex_generic)
200
VexGuestArchState
*vex_generic)
syswrap-main.c
403
/*IN*/
VexGuestArchState
* gst_vanilla,
626
/*OUT*/
VexGuestArchState
* gst_vanilla )
750
/*IN*/
VexGuestArchState
* gst_vanilla )
866
/*OUT*/
VexGuestArchState
* gst_vanilla )
[
all
...]
/external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c
623
sizeof(
VexGuestArchState
));
initimg-linux.c
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
[
all
...]
Completed in 684 milliseconds