/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext.h | 282 # 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/ |
D | 2010-01-14-FnType-DebugInfo.c | 2 typedef void (*sigcatch_t)( struct sigcontext *);
|
/external/clang/test/CodeGen/ |
D | 2010-01-14-FnType-DebugInfo.c | 2 typedef void (*sigcatch_t)( struct sigcontext *);
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ucontext.h | 9 struct sigcontext uc_mcontext;
|
/external/strace/linux/mips/ |
D | arch_sigreturn.c | 11 sizeof(struct sigcontext); in arch_sigreturn()
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | ucontext.h | 30 struct sigcontext uc_mcontext;
|
D | sigcontext.h | 28 struct sigcontext { struct
|
/external/strace/linux/microblaze/ |
D | arch_sigreturn.c | 11 addr += offsetof(struct sigcontext, oldmask); in arch_sigreturn()
|
/external/strace/linux/ia64/ |
D | rt_sigframe.h | 39 struct sigcontext sc;
|
/external/strace/linux/alpha/ |
D | arch_sigreturn.c | 8 addr += offsetof(struct sigcontext, sc_mask); in arch_sigreturn()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | sigcontext.h | 10 struct sigcontext { struct
|
/external/strace/linux/powerpc/ |
D | arch_sigreturn.c | 17 typedef struct sigcontext sigreturn_context; in arch_sigreturn()
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | shmat1.c | 117 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/ |
D | process.c | 161 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/ |
D | sanitizer_unwind_linux_libcdep.cc | 42 void *siginfo, void *sigcontext, void *map_info_list,
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_linux_libcdep.cpp | 44 void *siginfo, void *sigcontext, void *map_info_list,
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | PowerPC.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
D | PowerPC64.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | PowerPC.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
D | PowerPC64.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | PowerPC.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | PowerPC.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
D | PowerPC64.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
/external/google-breakpad/src/common/linux/ |
D | breakpad_getcontext_unittest.cc | 145 offsetof(sigcontext,fpstate), sigcontext_fpstate); in TEST()
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | arm.rs | 4 pub type mcontext_t = sigcontext; 7 pub struct sigcontext {
|