Home
last modified time | relevance | path

Searched refs:sigcontext_format (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libunwind/src/x86_64/
DGos-linux.c43 c->sigcontext_format = X86_64_SCF_LINUX_RT_SIGFRAME; in tdep_fetch_frame()
45 c->sigcontext_format = X86_64_SCF_NONE; in tdep_fetch_frame()
48 dw->ip, dw->cfa, c->sigcontext_format); in tdep_fetch_frame()
57 dw->ip, dw->cfa, c->sigcontext_format); in tdep_cache_frame()
58 return c->sigcontext_format; in tdep_cache_frame()
65 c->sigcontext_format = frame; in tdep_reuse_frame()
66 if (c->sigcontext_format == X86_64_SCF_LINUX_RT_SIGFRAME) in tdep_reuse_frame()
75 dw->ip, dw->cfa, c->sigcontext_format, c->sigcontext_addr, in tdep_reuse_frame()
76 (c->sigcontext_format == X86_64_SCF_LINUX_RT_SIGFRAME in tdep_reuse_frame()
84 return c->sigcontext_format != X86_64_SCF_NONE; in unw_is_signal_frame()
[all …]
DGos-freebsd.c61 c->sigcontext_format = X86_64_SCF_NONE; in unw_is_signal_frame()
71 c->sigcontext_format = X86_64_SCF_FREEBSD_SIGFRAME; in unw_is_signal_frame()
72 return (c->sigcontext_format); in unw_is_signal_frame()
84 c->sigcontext_format = X86_64_SCF_FREEBSD_SYSCALL; in unw_is_signal_frame()
85 return (c->sigcontext_format); in unw_is_signal_frame()
97 if (c->sigcontext_format == X86_64_SCF_FREEBSD_SIGFRAME) in x86_64_handle_signal_frame()
134 else if (c->sigcontext_format == X86_64_SCF_FREEBSD_SYSCALL) in x86_64_handle_signal_frame()
DGos-solaris.c43 c->sigcontext_format = (c->dwarf.ip == (unw_word_t)-1) ? in unw_is_signal_frame()
46 return (c->sigcontext_format); in unw_is_signal_frame()
56 if (c->sigcontext_format != X86_64_SCF_SOLARIS_SIGFRAME) in x86_64_handle_signal_frame()
DGregs.c36 switch (c->sigcontext_format)
Dinit.h76 c->sigcontext_format = X86_64_SCF_NONE; in common_init()
/third_party/libunwind/src/x86/
DGos-freebsd.c77 c->sigcontext_format = ret; in unw_is_signal_frame()
100 c->sigcontext_format = ret; in unw_is_signal_frame()
110 if (c->sigcontext_format == X86_SCF_FREEBSD_SIGFRAME) { in x86_handle_signal_frame()
142 } else if (c->sigcontext_format == X86_SCF_FREEBSD_SYSCALL) { in x86_handle_signal_frame()
149 Debug (8, "Gstep: not handling frame format %d\n", c->sigcontext_format); in x86_handle_signal_frame()
162 switch (c->sigcontext_format) in x86_get_scratch_loc()
360 if (c->sigcontext_format == X86_SCF_NONE) { in x86_local_resume()
364 } else if (c->sigcontext_format == X86_SCF_FREEBSD_SIGFRAME) { in x86_local_resume()
372 c->dwarf.ip, c->sigcontext_format); in x86_local_resume()
DGos-linux.c104 c->sigcontext_format = X86_SCF_LINUX_SIGFRAME; in x86_handle_signal_frame()
114 c->sigcontext_format = X86_SCF_LINUX_RT_SIGFRAME; in x86_handle_signal_frame()
148 switch (c->sigcontext_format) in x86_get_scratch_loc()
296 if (unlikely (c->sigcontext_format != X86_SCF_NONE)) in x86_local_resume()
Dinit.h57 c->sigcontext_format = X86_SCF_NONE; in common_init()
/third_party/libunwind/src/arm/
DGos-linux.c65 c->sigcontext_format = ARM_SCF_LINUX_SIGFRAME; in arm_handle_signal_frame()
70 c->sigcontext_format = ARM_SCF_LINUX_OLD_SIGFRAME; in arm_handle_signal_frame()
80 c->sigcontext_format = ARM_SCF_LINUX_OLD_RT_SIGFRAME; in arm_handle_signal_frame()
85 c->sigcontext_format = ARM_SCF_LINUX_RT_SIGFRAME; in arm_handle_signal_frame()
DGos-freebsd.c53 c->sigcontext_format = ARM_SCF_FREEBSD_SYSCALL; in arm_handle_signal_frame()
61 c->sigcontext_format = ARM_SCF_FREEBSD_SIGFRAME; in arm_handle_signal_frame()
Dinit.h61 c->sigcontext_format = ARM_SCF_NONE; in common_init()
DGresume.c39 if (c->sigcontext_format == ARM_SCF_NONE) in arm_local_resume()
/third_party/libunwind/src/s390x/
DGstep.c47 switch (c->sigcontext_format) in s390x_handle_signal_frame()
103 c->sigcontext_format = S390X_SCF_NONE; in unw_step()
129 c->sigcontext_format = sig; in unw_step()
Dinit.h58 c->sigcontext_format = S390X_SCF_NONE; in common_init()
/third_party/libunwind/src/sh/
DGstep.c52 c->sigcontext_format = SH_SCF_LINUX_SIGFRAME; in sh_handle_signal_frame()
58 c->sigcontext_format = SH_SCF_LINUX_RT_SIGFRAME; in sh_handle_signal_frame()
Dinit.h59 c->sigcontext_format = SH_SCF_NONE; in common_init()
DGresume.c39 if (c->sigcontext_format == SH_SCF_NONE) in sh_local_resume()
/third_party/libunwind/src/riscv/
Dinit.h51 c->sigcontext_format = RISCV_SCF_NONE; in common_init()
DGresume.c42 if (c->sigcontext_format == RISCV_SCF_NONE) in riscv_local_resume()
DGstep.c47 c->sigcontext_format = RISCV_SCF_LINUX_RT_SIGFRAME; in riscv_handle_signal_frame()
/third_party/libunwind/src/hppa/
DGstep.c61 c->sigcontext_format = HPPA_SCF_LINUX_RT_SIGFRAME; in unw_step()
DGresume.c66 if (unlikely (c->sigcontext_format != HPPA_SCF_NONE)) in hppa_local_resume()
/third_party/libunwind/src/ppc64/
DGresume.c49 if (unlikely (c->sigcontext_format != PPC_SCF_NONE)) in ppc64_local_resume()
Dinit.h70 c->sigcontext_format = PPC_SCF_NONE; in common_init_ppc64()
/third_party/libunwind/src/ppc32/
Dinit.h60 c->sigcontext_format = PPC_SCF_NONE; in common_init_ppc32()

12