HomeSort by relevance Sort by last modified time
    Searched refs:sigcontext (Results 51 - 61 of 61) sorted by null

1 23

  /external/libunwind/src/x86/
Gos-linux.c 82 followed by a struct sigcontext. With SA_SIGINFO, the
302 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr;
  /external/ltp/testcases/kernel/sched/process_stress/
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)
348 void nextofkin(int sig, int code, struct sigcontext *scp)
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 227 struct sigcontext *sc = &uc->uc_mcontext;
  /external/v8/src/libsampler/
sampler.cc 23 // and is a typedef for struct sigcontext. There is no uc_mcontext.
30 // GLibc on ARM defines mcontext_t has a typedef for 'struct sigcontext'.
35 #include <asm/sigcontext.h> // NOLINT
85 typedef struct sigcontext mcontext_t;
97 typedef struct sigcontext mcontext_t;
108 // MIPS version of sigcontext, for Android bionic.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 54 class sigcontext(Structure): class in inherits:Structure
56 sigcontext._fields_ = [
76 assert sizeof(sigcontext) == 72, sizeof(sigcontext)
77 assert alignment(sigcontext) == 4, alignment(sigcontext)
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 54 class sigcontext(Structure): class in inherits:Structure
56 sigcontext._fields_ = [
76 assert sizeof(sigcontext) == 72, sizeof(sigcontext)
77 assert alignment(sigcontext) == 4, alignment(sigcontext)
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 54 class sigcontext(Structure): class in inherits:Structure
56 sigcontext._fields_ = [
76 assert sizeof(sigcontext) == 72, sizeof(sigcontext)
77 assert alignment(sigcontext) == 4, alignment(sigcontext)
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_openbsd_386.go 105 SYS_SIGRETURN = 103 // { int sys_sigreturn(struct sigcontext *sigcntxp); }
zsysnum_openbsd_amd64.go 109 SYS_SIGRETURN = 103 // { int sys_sigreturn(struct sigcontext *sigcntxp); }
zsysnum_openbsd_arm.go 109 SYS_SIGRETURN = 103 // { int sys_sigreturn(struct sigcontext *sigcntxp); }
  /external/strace/
configure     [all...]

Completed in 385 milliseconds

1 23