Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for moduledataverify (0.23 sec)

  1. src/runtime/plugin.go

    		}
    	}
    
    	// Initialize the freshly loaded module.
    	modulesinit()
    	typelinksinit()
    
    	pluginftabverify(md)
    	moduledataverify1(md)
    
    	lock(&itabLock)
    	for _, i := range md.itablinks {
    		itabAdd(i)
    	}
    	unlock(&itabLock)
    
    	// Build a map of symbol names to symbols. Here in the runtime
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top