Home | History | Annotate | Download | only in x86_64

Lines Matching refs:sigcontext_format

42     c->sigcontext_format = X86_64_SCF_LINUX_RT_SIGFRAME;
44 c->sigcontext_format = X86_64_SCF_NONE;
47 dw->ip, dw->cfa, c->sigcontext_format);
54 rs->signal_frame = c->sigcontext_format;
57 dw->ip, dw->cfa, c->sigcontext_format);
64 c->sigcontext_format = rs->signal_frame;
65 if (c->sigcontext_format == X86_64_SCF_LINUX_RT_SIGFRAME)
76 dw->ip, dw->cfa, c->sigcontext_format, c->sigcontext_addr,
77 (c->sigcontext_format == X86_64_SCF_LINUX_RT_SIGFRAME
85 return c->sigcontext_format != X86_64_SCF_NONE;
99 c->sigcontext_format, c->sigcontext_addr, c->dwarf.cfa);