Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callbackasmAddr (0.1 sec)

  1. src/runtime/syscall_windows.go

    		len:            size,
    	})
    	p.dstRegisters++
    	return true
    }
    
    type winCallbackKey struct {
    	fn    *funcval
    	cdecl bool
    }
    
    func callbackasm()
    
    // callbackasmAddr returns address of runtime.callbackasm
    // function adjusted by i.
    // On x86 and amd64, runtime.callbackasm is a series of CALL instructions,
    // and we want callback to arrive at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top