HomeSort by relevance Sort by last modified time
    Searched refs:gregs (Results 26 - 38 of 38) sorted by null

12

  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 38 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/libunwind/src/ppc32/
Ginit.c 51 addr = &uc->uc_mcontext.uc_regs->gregs[reg - UNW_PPC32_R0];
79 addr = &uc->uc_mcontext.uc_regs->gregs[gregs_idx];
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_x86-inl.h 193 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_EBP]);
195 reinterpret_cast<unsigned char *>(ucv->uc_mcontext.gregs[REG_EIP]);
202 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_ESP]);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 141 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
206 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
324 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[_reg])
  /external/libunwind/src/mips/
Ginit.c 48 return &uc->uc_mcontext.gregs[reg - UNW_MIPS_R0];
  /external/libunwind/src/sh/
Ginit.c 46 return &uc->uc_mcontext.gregs[reg];
  /external/libunwind/src/x86_64/
init.h 33 DWARF_LOC ((unw_word_t) &c->uc->uc_mcontext.gregs[REG_ ## ruc], 0)
  /external/libunwind/tests/
Gtest-bt.c 192 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
198 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]);
Gtest-trace.c 204 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
210 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]);
test-coredump-unwind.c 215 ip = uc->uc_mcontext.gregs[REG_EIP];
217 ip = uc->uc_mcontext.gregs[REG_RIP];
  /external/libunwind/src/ia64/
unwind_decoder.h 279 int gregs = (code & 0x10) != 0; local
282 if (gregs)
  /external/flac/libFLAC/
cpu.c 134 ((ucontext_t*)uc)->uc_mcontext.gregs[14/*REG_EIP*/] += 3 + 3 + 6;
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 7691 milliseconds

12