Home
last modified time | relevance | path

Searched defs:exceptionrecord (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsignal_windows.go84 func isgoexception(info *exceptionrecord, r *context) bool {
212 func exceptionhandler(info *exceptionrecord, r *context, gp *g) int32 {
270 func sehhandler(_ *exceptionrecord, _ uint64, _ *context, dctxt *_DISPATCHER_CONTEXT) int32 {
310 func firstcontinuehandler(info *exceptionrecord, r *context, gp *g) int32 {
323 func lastcontinuehandler(info *exceptionrecord, r *context, gp *g) int32 {
349 func winthrow(info *exceptionrecord, r *context, gp *g) {
456 func dieFromException(info *exceptionrecord, r *context) {
Ddefs_windows.go67 type exceptionrecord struct { struct
68 exceptioncode uint32
69 exceptionflags uint32
70 exceptionrecord *exceptionrecord argument
71 exceptionaddress uintptr
72 numberparameters uint32
73 exceptioninformation [15]uintptr