/external/libunwind/src/x86_64/ |
Gos-linux.c | 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 [all...] |
Gos-freebsd.c | 61 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)
|
Gregs.c | 36 switch (c->sigcontext_format)
|
Gresume.c | 47 if (unlikely (c->sigcontext_format != X86_64_SCF_NONE))
|
init.h | 76 c->sigcontext_format = X86_64_SCF_NONE;
|
/external/libunwind/src/x86/ |
Gos-freebsd.c | 77 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);
|
Gos-linux.c | 102 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))
|
init.h | 57 c->sigcontext_format = X86_SCF_NONE;
|
/external/libunwind/src/arm/ |
Gstep.c | 134 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;
|
init.h | 61 c->sigcontext_format = ARM_SCF_NONE;
|
Gresume.c | 43 if (c->sigcontext_format == ARM_SCF_NONE)
|
/external/libunwind/src/sh/ |
Gstep.c | 52 c->sigcontext_format = SH_SCF_LINUX_SIGFRAME; 58 c->sigcontext_format = SH_SCF_LINUX_RT_SIGFRAME;
|
init.h | 59 c->sigcontext_format = SH_SCF_NONE;
|
Gresume.c | 39 if (c->sigcontext_format == SH_SCF_NONE)
|
/external/libunwind/src/hppa/ |
Gstep.c | 61 c->sigcontext_format = HPPA_SCF_LINUX_RT_SIGFRAME;
|
Gresume.c | 66 if (unlikely (c->sigcontext_format != HPPA_SCF_NONE))
|
/external/libunwind/src/ppc32/ |
init.h | 60 c->sigcontext_format = PPC_SCF_NONE;
|
/external/libunwind/src/ppc64/ |
init.h | 70 c->sigcontext_format = PPC_SCF_NONE;
|
/external/libunwind/include/tdep-sh/ |
libunwind_i.h | 76 sigcontext_format; member in struct:cursor
|
/external/libunwind/include/tdep-x86_64/ |
libunwind_i.h | 98 sigcontext_format; member in struct:cursor
|
/external/libunwind/src/aarch64/ |
Gresume.c | 39 if (c->sigcontext_format == AARCH64_SCF_NONE)
|
Gstep.c | 51 c->sigcontext_format = AARCH64_SCF_LINUX_RT_SIGFRAME;
|
init.h | 112 c->sigcontext_format = AARCH64_SCF_NONE;
|
/external/libunwind/include/tdep-aarch64/ |
libunwind_i.h | 90 sigcontext_format; member in struct:cursor
|
/external/libunwind/include/tdep-arm/ |
libunwind_i.h | 78 sigcontext_format; member in struct:cursor
|