Searched defs:gregs (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/ia64/
H A Dunwind_decoder.h279 int gregs = (code & 0x10) != 0; local
282 if (gregs)
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dfetch.c38 struct user_pt_regs gregs; member in struct:fetch_context
49 if (aarch64_read_gregs(proc, &context->gregs) < 0
56 context->nsaa = (arch_addr_t) (uintptr_t) context->gregs.sp;
74 uint64_t u = context->gregs.regs[context->ngrn++];
314 context->x8 = (arch_addr_t) (uintptr_t) context->gregs.regs[8];
/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc103 const prgregset_t *gregs = &(lsp->pr_reg); local
105 uintptr_t last_ebp = (*gregs)[R_FP];
107 uintptr_t last_ebp = (*gregs)[EBP];
156 int* regs = sig_ctx->uc_mcontext.gregs;
171 context->g_r[i] = (uintptr_t)(sig_ctx->uc_mcontext.gregs[i + 3]);
242 writer_args->sig_ctx->uc_mcontext.gregs[REG_O6],
256 writer_args->sig_ctx->uc_mcontext.gregs[UESP],
267 (int *)&writer_args->sig_ctx->uc_mcontext.gregs,
276 const prgregset_t *gregs = &(lsp->pr_reg); local
280 (*gregs)[R_S
[all...]
/external/v8/src/
H A Dsampler.cc96 uint64_t gregs[32]; member in struct:__anon14873
124 uint32_t gregs[19]; member in struct:__anon14874
143 uint64_t gregs[23]; member in struct:__anon14876
375 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
376 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
377 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
379 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]);
380 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]);
381 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]);
385 // Old GLibc ARM versions used a gregs[] arra
[all...]
/external/valgrind/include/vki/
H A Dvki-tilegx-linux.h188 unsigned long gregs[53]; member in struct:vki_sigcontext

Completed in 240 milliseconds