Home
last modified time | relevance | path

Searched refs:Siginfo (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dsignal_unix.h11 typedef siginfo_t Siginfo; typedef
13 typedef void *Siginfo; typedef
16 typedef void GoSighandler(int32, Siginfo*, void*, G*);
20 void runtime_sighandler(int32 sig, Siginfo *info, void *context, G *gp);
H A Dgo-signal.c148 runtime_sighandler (int sig, Siginfo *info, in runtime_sighandler()
265 sig_panic_info_handler (int sig, Siginfo *info, void *context) in sig_panic_info_handler()
380 sig_tramp_info (int, Siginfo *, void *) __attribute__ ((no_split_stack));
383 sig_tramp_info (int sig, Siginfo *info, void *context) in sig_tramp_info()
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dsignal_unix.h11 typedef siginfo_t Siginfo; typedef
13 typedef void *Siginfo; typedef
16 typedef void GoSighandler(int32, Siginfo*, void*, G*);
20 void runtime_sighandler(int32 sig, Siginfo *info, void *context, G *gp);
H A Dgo-signal.c162 runtime_sighandler (int sig, Siginfo *info, in runtime_sighandler()
282 sig_panic_info_handler (int sig, Siginfo *info, void *context) in sig_panic_info_handler()
395 sig_tramp_info (int, Siginfo *, void *) __attribute__ ((no_split_stack));
398 sig_tramp_info (int sig, Siginfo *info, void *context) in sig_tramp_info()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dsignal_unix.h11 typedef siginfo_t Siginfo; typedef
13 typedef void *Siginfo; typedef
16 typedef void GoSighandler(int32, Siginfo*, void*, G*);
20 void runtime_sighandler(int32 sig, Siginfo *info, void *context, G *gp);
H A Dgo-signal.c146 runtime_sighandler (int sig, Siginfo *info, in runtime_sighandler()
266 sig_panic_info_handler (int sig, Siginfo *info, void *context) in sig_panic_info_handler()
379 sig_tramp_info (int, Siginfo *, void *) __attribute__ ((no_split_stack));
382 sig_tramp_info (int sig, Siginfo *info, void *context) in sig_tramp_info()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dsignal_unix.h11 typedef siginfo_t Siginfo; typedef
13 typedef void *Siginfo; typedef
16 typedef void GoSighandler(int32, Siginfo*, void*, G*);
20 void runtime_sighandler(int32 sig, Siginfo *info, void *context, G *gp);
H A Dgo-signal.c148 runtime_sighandler (int sig, Siginfo *info, in runtime_sighandler()
265 sig_panic_info_handler (int sig, Siginfo *info, void *context) in sig_panic_info_handler()
380 sig_tramp_info (int, Siginfo *, void *) __attribute__ ((no_split_stack));
383 sig_tramp_info (int sig, Siginfo *info, void *context) in sig_tramp_info()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dsignal_unix.h11 typedef siginfo_t Siginfo; typedef
13 typedef void *Siginfo; typedef
16 typedef void GoSighandler(int32, Siginfo*, void*, G*);
20 void runtime_sighandler(int32 sig, Siginfo *info, void *context, G *gp);
H A Dgo-signal.c146 runtime_sighandler (int sig, Siginfo *info, in runtime_sighandler()
263 sig_panic_info_handler (int sig, Siginfo *info, void *context) in sig_panic_info_handler()
378 sig_tramp_info (int, Siginfo *, void *) __attribute__ ((no_split_stack));
381 sig_tramp_info (int sig, Siginfo *info, void *context) in sig_tramp_info()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dfault.c42 struct Siginfo struct
45 struct Siginfo *next; argument
46 struct Siginfo *last; argument
88 struct Siginfo *jp,*ip; in set_trapinfo()
89 ip = malloc(sizeof(struct Siginfo)); in set_trapinfo()
92 if(!(jp=(struct Siginfo*)shp->siginfo[sig])) in set_trapinfo()
484 struct Siginfo *ip=0, *ipnext; in sh_chktrap()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dexport_linux_test.go19 type Siginfo siginfo type
H A Druntime_linux_test.go68 if have, want := unsafe.Sizeof(Siginfo{}), uintptr(SiginfoMaxSize); have != want {
H A Ddefs_arm_linux.go123 type Siginfo C.struct_xsiginfo type
H A Ddefs_netbsd.go119 type Siginfo C.struct__ksiginfo type
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Ddefs_arm_linux.go123 type Siginfo C.struct_xsiginfo type
H A Ddefs_netbsd.go113 type Siginfo C.struct__ksiginfo type
H A Ddefs_openbsd.go110 type Siginfo C.siginfo_t type
H A Ddefs_linux.go123 type Siginfo C.siginfo_t type
H A Ddefs_dragonfly.go115 type Siginfo C.siginfo_t type
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Ddefs_arm_linux.go123 type Siginfo C.struct_xsiginfo type
H A Ddefs_linux.go127 type Siginfo C.siginfo_t type
H A Ddefs_netbsd.go119 type Siginfo C.struct__ksiginfo type
H A Ddefs_openbsd.go117 type Siginfo C.siginfo_t type
H A Ddefs_dragonfly.go116 type Siginfo C.siginfo_t type

12345678910>>...52