OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gregs
(Results
1 - 25
of
53
) sorted by null
1
2
3
/external/v8/src/
platform-linux.cc
682
uint32_t
gregs
[16];
member in struct:v8::internal::sigcontext
738
sample.pc = reinterpret_cast<Address>(mcontext.
gregs
[REG_EIP]);
739
sample.sp = reinterpret_cast<Address>(mcontext.
gregs
[REG_ESP]);
740
sample.fp = reinterpret_cast<Address>(mcontext.
gregs
[REG_EBP]);
742
sample.pc = reinterpret_cast<Address>(mcontext.
gregs
[REG_RIP]);
743
sample.sp = reinterpret_cast<Address>(mcontext.
gregs
[REG_RSP]);
744
sample.fp = reinterpret_cast<Address>(mcontext.
gregs
[REG_RBP]);
748
sample.pc = reinterpret_cast<Address>(mcontext.
gregs
[R15]);
749
sample.sp = reinterpret_cast<Address>(mcontext.
gregs
[R13]);
750
sample.fp = reinterpret_cast<Address>(mcontext.
gregs
[R11])
[
all
...]
/external/qemu/
gdbstub.c
741
GET_REGA(env->
gregs
[n]);
806
env->
gregs
[n] = tmp;
1087
GET_REGL(env->
gregs
[n + 16]);
1089
GET_REGL(env->
gregs
[n]);
1092
GET_REGL(env->
gregs
[n - 8]);
1096
GET_REGL(env->
gregs
[n - 43]);
1098
GET_REGL(env->
gregs
[n - (51 - 16)]);
1125
env->
gregs
[n + 16] = tmp;
1127
env->
gregs
[n] = tmp;
1131
env->
gregs
[n - 8] = tmp
[
all
...]
cpu-exec.c
[
all
...]
monitor.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/
libgcc_s.so
libgcc_s.so.1
/external/strace/
defs.h
221
#define PR_REG pr_lwp.pr_context.uc_mcontext.
gregs