Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __mod_init (0.08 sec)

  1. src/runtime/os2_aix.go

    package runtime
    
    import (
    	"unsafe"
    )
    
    // Symbols imported for __start function.
    
    //go:cgo_import_dynamic libc___n_pthreads __n_pthreads "libpthread.a/shr_xpg5_64.o"
    //go:cgo_import_dynamic libc___mod_init __mod_init "libc.a/shr_64.o"
    //go:linkname libc___n_pthreads libc___n_pthreads
    //go:linkname libc___mod_init libc___mod_init
    
    var (
    	libc___n_pthreads,
    	libc___mod_init libFunc
    )
    
    // Syscalls
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top