Home
last modified time | relevance | path

Searched refs:sigcontext (Results 1 – 25 of 34) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h282 # define sigcontext sigcontext_32 macro
284 # define sigcontext sigcontext_64 macro
300 struct sigcontext { struct
325 struct sigcontext { argument
/external/llvm-project/clang/test/CodeGen/
D2010-01-14-FnType-DebugInfo.c2 typedef void (*sigcatch_t)( struct sigcontext *);
/external/clang/test/CodeGen/
D2010-01-14-FnType-DebugInfo.c2 typedef void (*sigcatch_t)( struct sigcontext *);
/external/kernel-headers/original/uapi/asm-generic/
Ducontext.h9 struct sigcontext uc_mcontext;
/external/strace/linux/mips/
Darch_sigreturn.c11 sizeof(struct sigcontext); in arch_sigreturn()
/external/kernel-headers/original/uapi/asm-arm64/asm/
Ducontext.h30 struct sigcontext uc_mcontext;
Dsigcontext.h28 struct sigcontext { struct
/external/strace/linux/microblaze/
Darch_sigreturn.c11 addr += offsetof(struct sigcontext, oldmask); in arch_sigreturn()
/external/strace/linux/ia64/
Drt_sigframe.h39 struct sigcontext sc;
/external/strace/linux/alpha/
Darch_sigreturn.c8 addr += offsetof(struct sigcontext, sc_mask); in arch_sigreturn()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsigcontext.h10 struct sigcontext { struct
/external/strace/linux/powerpc/
Darch_sigreturn.c17 typedef struct sigcontext sigreturn_context; in arch_sigreturn()
/external/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c117 struct sigcontext *scp = /* pointer to sigcontext structure */ in sig_handler()
118 (struct sigcontext *)&ut->uc_mcontext; in sig_handler()
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c161 void cleanup(int sig, int code, struct sigcontext *scp);
162 void nextofkin(int sig, int code, struct sigcontext *scp);
167 void nextofkin(int sig, int code, struct sigcontext *scp);
331 void cleanup(int sig, int code, struct sigcontext *scp) in cleanup()
348 void nextofkin(int sig, int code, struct sigcontext *scp) in nextofkin()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc42 void *siginfo, void *sigcontext, void *map_info_list,
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cpp44 void *siginfo, void *sigcontext, void *map_info_list,
/external/llvm/include/llvm/Support/ELFRelocs/
DPowerPC.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
DPowerPC64.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DPowerPC.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
DPowerPC64.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DPowerPC.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DPowerPC.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
DPowerPC64.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
/external/google-breakpad/src/common/linux/
Dbreakpad_getcontext_unittest.cc145 offsetof(sigcontext,fpstate), sigcontext_fpstate); in TEST()
/external/rust/crates/libc/src/unix/linux_like/android/b32/
Darm.rs4 pub type mcontext_t = sigcontext;
7 pub struct sigcontext {

12