HomeSort by relevance Sort by last modified time
    Searched refs:UC_MCONTEXT_GREGS_RSP (Results 1 - 6 of 6) sorted by null

  /external/libunwind/src/x86_64/
ucontext_i.h 41 #define UC_MCONTEXT_GREGS_RSP 0xa0
72 #define UC_MCONTEXT_GREGS_RSP 0xc8
getcontext.S 94 movq %rax, UC_MCONTEXT_GREGS_RSP(%rdi)
123 movq %rax, UC_MCONTEXT_GREGS_RSP(%rdi)
setcontext.S 98 mov UC_MCONTEXT_GREGS_RSP(%rdi),%rsp
Gstash_frame.c 89 assert (DWARF_GET_LOC(d->loc[RSP]) - uc == UC_MCONTEXT_GREGS_RSP);
Gos-freebsd.c 103 struct dwarf_loc rsp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RSP, 0);
118 c->dwarf.loc[RSP] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RSP, 0);
Gtrace.c 499 ACCESS_MEM_FAST(ret, c->validate, d, cfa + UC_MCONTEXT_GREGS_RSP, rsp);

Completed in 2980 milliseconds