HomeSort by relevance Sort by last modified time
    Searched defs:sigcontext (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-arm/asm/
sigcontext.h 21 struct sigcontext { struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
sigcontext.h 28 struct sigcontext { struct
51 struct sigcontext { struct
  /external/kernel-headers/original/uapi/asm-arm/asm/
sigcontext.h 10 struct sigcontext { struct
  /external/kernel-headers/original/uapi/asm-mips/asm/
sigcontext.h 31 * Keep this struct definition in sync with the sigcontext fragment
34 struct sigcontext { struct
61 * Keep this struct definition in sync with the sigcontext fragment
70 struct sigcontext { struct
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc32-linux.c 68 correctly written into the sigcontext, however the FP and SSE state
70 are restored from the sigcontext; the rest of the CPU state is
106 struct vki_sigcontext sigcontext; member in struct:nonrt_sigframe
229 //:: struct vki_sigcontext sigContext;
451 //.. /* Create a plausible-looking sigcontext from the thread's
453 //.. bits of sigcontext at the moment.
560 //.. VG_(memcpy)(&frame->sigContext, &uc.uc_mcontext,
562 //.. frame->sigContext.oldmask = mask->sig[0];
707 struct vki_sigcontext *scp = &frame->sigcontext;
709 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame sigcontext",
    [all...]
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 23 struct sigcontext { struct
  /external/kernel-headers/original/uapi/asm-arm64/asm/
sigcontext.h 28 struct sigcontext { struct
90 * additional structures that don't fit in sigcontext.__reserved[].
95 * sigcontext.__reserved[] if present. They cannot be placed in the
97 * space or in sigcontext.__reserved[], unless otherwise specified in
103 * sigcontext.__reserved[] by the terminating null _aarch64_ctx.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigcontext.h 23 # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
75 we need sigcontext. Some packages have come to rely on
78 # define sigcontext_struct sigcontext
81 struct sigcontext struct
125 struct sigcontext struct
  /prebuilts/go/darwin-x86/src/runtime/
defs_openbsd_386.go 94 type sigcontext struct { type
defs_openbsd_amd64.go 94 type sigcontext struct { type
defs_openbsd_arm.go 94 type sigcontext struct { type
defs_linux_386.go 177 type sigcontext struct { type
212 uc_mcontext sigcontext
defs_linux_amd64.go 230 type sigcontext struct { type
defs_linux_arm.go 110 type sigcontext struct { type
138 uc_mcontext sigcontext
defs_linux_arm64.go 163 type sigcontext struct { type
185 _pad2 [8]byte // sigcontext must be aligned to 16-byte
186 uc_mcontext sigcontext
defs_linux_mips64x.go 159 type sigcontext struct { type
181 uc_mcontext sigcontext
defs_linux_mipsx.go 160 type sigcontext struct { type
186 uc_mcontext sigcontext
defs_linux_ppc64.go 180 type sigcontext struct { type
199 uc_mcontext sigcontext
defs_linux_ppc64le.go 180 type sigcontext struct { type
199 uc_mcontext sigcontext
defs_linux_s390x.go 152 type sigcontext struct { type
165 uc_mcontext sigcontext
  /prebuilts/go/linux-x86/src/runtime/
defs_openbsd_386.go 94 type sigcontext struct { type
defs_openbsd_amd64.go 94 type sigcontext struct { type
defs_openbsd_arm.go 94 type sigcontext struct { type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
21 * pointer in sigcontext.
26 * fpstate pointer in the sigcontext.
104 struct sigcontext { struct
157 struct sigcontext { struct
202 * Extended state pointed by the fpstate pointer in the sigcontext.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
21 * pointer in sigcontext.
26 * fpstate pointer in the sigcontext.
104 struct sigcontext { struct
157 struct sigcontext { struct
202 * Extended state pointed by the fpstate pointer in the sigcontext.

Completed in 1821 milliseconds

1 2