Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runtime_getAuxv (0.14 sec)

  1. src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go

    // license that can be found in the LICENSE file.
    
    //go:build go1.21
    
    package cpu
    
    import (
    	_ "unsafe" // for linkname
    )
    
    //go:linkname runtime_getAuxv runtime.getAuxv
    func runtime_getAuxv() []uintptr
    
    func init() {
    	getAuxvFn = runtime_getAuxv
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 357 bytes
    - Viewed (0)
Back to top