type runtime.moduledata
15 uses
runtime (current package)
plugin.go#L11: var md *moduledata
plugin.go#L96: func pluginftabverify(md *moduledata) {
symtab.go#L357: type moduledata struct {
symtab.go#L396: next *moduledata
symtab.go#L426: var firstmoduledata moduledata // linker symbol
symtab.go#L427: var lastmoduledatap *moduledata // linker symbol
symtab.go#L428: var modulesSlice *[]*moduledata // see activeModules
symtab.go#L439: func activeModules() []*moduledata {
symtab.go#L440: p := (*[]*moduledata)(atomic.Loadp(unsafe.Pointer(&modulesSlice)))
symtab.go#L466: modules := new([]*moduledata)
symtab.go#L535: func moduledataverify1(datap *moduledata) {
symtab.go#L649: func findmoduledatap(pc uintptr) *moduledata {
symtab.go#L660: datap *moduledata
type.go#L226: var md *moduledata
type.go#L268: var md *moduledata
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |