Searched refs:sigcontext_format (Results 1 - 25 of 32) sorted by relevance

12

/external/libunwind/src/x86_64/
H A DGos-linux.c42 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 !
[all...]
H A DGos-freebsd.c61 c->sigcontext_format = X86_64_SCF_NONE;
71 c->sigcontext_format = X86_64_SCF_FREEBSD_SIGFRAME;
72 return (c->sigcontext_format);
84 c->sigcontext_format = X86_64_SCF_FREEBSD_SYSCALL;
85 return (c->sigcontext_format);
97 if (c->sigcontext_format == X86_64_SCF_FREEBSD_SIGFRAME)
131 else if (c->sigcontext_format == X86_64_SCF_FREEBSD_SYSCALL)
H A DGresume.c47 if (unlikely (c->sigcontext_format != X86_64_SCF_NONE))
H A DGregs.c36 switch (c->sigcontext_format)
H A Dinit.h76 c->sigcontext_format = X86_64_SCF_NONE;
H A DGstep.c73 c->sigcontext_format = X86_64_SCF_NONE;
/external/libunwind/src/x86/
H A DGos-freebsd.c77 c->sigcontext_format = ret;
95 c->sigcontext_format = ret;
105 if (c->sigcontext_format == X86_SCF_FREEBSD_SIGFRAME) {
135 Debug (8, "Gstep: not handling frame format %d\n", c->sigcontext_format);
148 switch (c->sigcontext_format)
346 if (c->sigcontext_format == X86_SCF_NONE) {
350 } else if (c->sigcontext_format == X86_SCF_FREEBSD_SIGFRAME) {
358 c->dwarf.ip, c->sigcontext_format);
H A DGos-linux.c102 c->sigcontext_format = X86_SCF_LINUX_SIGFRAME;
112 c->sigcontext_format = X86_SCF_LINUX_RT_SIGFRAME;
146 switch (c->sigcontext_format)
296 if (unlikely (c->sigcontext_format != X86_SCF_NONE))
H A Dinit.h57 c->sigcontext_format = X86_SCF_NONE;
/external/libunwind/src/arm/
H A DGstep.c134 c->sigcontext_format = ARM_SCF_LINUX_SIGFRAME;
139 c->sigcontext_format = ARM_SCF_LINUX_OLD_SIGFRAME;
149 c->sigcontext_format = ARM_SCF_LINUX_OLD_RT_SIGFRAME;
154 c->sigcontext_format = ARM_SCF_LINUX_RT_SIGFRAME;
H A DGresume.c43 if (c->sigcontext_format == ARM_SCF_NONE)
H A Dinit.h61 c->sigcontext_format = ARM_SCF_NONE;
/external/libunwind/src/hppa/
H A DGstep.c61 c->sigcontext_format = HPPA_SCF_LINUX_RT_SIGFRAME;
H A DGresume.c66 if (unlikely (c->sigcontext_format != HPPA_SCF_NONE))
/external/libunwind/src/sh/
H A DGstep.c52 c->sigcontext_format = SH_SCF_LINUX_SIGFRAME;
58 c->sigcontext_format = SH_SCF_LINUX_RT_SIGFRAME;
H A Dinit.h59 c->sigcontext_format = SH_SCF_NONE;
H A DGresume.c39 if (c->sigcontext_format == SH_SCF_NONE)
/external/libunwind/src/ppc32/
H A Dinit.h60 c->sigcontext_format = PPC_SCF_NONE;
/external/libunwind/src/ppc64/
H A Dinit.h70 c->sigcontext_format = PPC_SCF_NONE;
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h98 sigcontext_format; member in struct:cursor
/external/libunwind/src/aarch64/
H A DGresume.c39 if (c->sigcontext_format == AARCH64_SCF_NONE)
H A DGstep.c51 c->sigcontext_format = AARCH64_SCF_LINUX_RT_SIGFRAME;
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h90 sigcontext_format; member in struct:cursor
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h78 sigcontext_format; member in struct:cursor
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h77 sigcontext_format; member in struct:cursor

Completed in 150 milliseconds

12