var runtime.firstmoduledata
29 uses
runtime (current package)
debuglog.go#L294: datap := &firstmoduledata
debuglog.go#L656: ptr += firstmoduledata.etext
heapdump.go#L440: dumpint(uint64(firstmoduledata.data))
heapdump.go#L441: dumpmemrange(unsafe.Pointer(firstmoduledata.data), firstmoduledata.edata-firstmoduledata.data)
heapdump.go#L442: dumpfields(firstmoduledata.gcdatamask)
heapdump.go#L446: dumpint(uint64(firstmoduledata.bss))
heapdump.go#L447: dumpmemrange(unsafe.Pointer(firstmoduledata.bss), firstmoduledata.ebss-firstmoduledata.bss)
heapdump.go#L448: dumpfields(firstmoduledata.gcbssmask)
malloc.go#L590: p := firstmoduledata.end
mfinal.go#L345: for datap := &firstmoduledata; datap != nil; datap = datap.next {
plugin.go#L12: for pmd := firstmoduledata.next; pmd != nil; pmd = pmd.next {
proc.go#L4519: } else if pc > firstmoduledata.etext {
symtab.go#L426: var firstmoduledata moduledata // linker symbol
symtab.go#L467: for md := &firstmoduledata; md != nil; md = md.next {
symtab.go#L490: (*modules)[i] = &firstmoduledata
symtab.go#L528: for datap := &firstmoduledata; datap != nil; datap = datap.next {
symtab.go#L650: for datap := &firstmoduledata; datap != nil; datap = datap.next {
type.go#L190: for md := &firstmoduledata; md != nil; md = md.next {
type.go#L207: for next := &firstmoduledata; next != nil; next = next.next {
type.go#L227: for next := &firstmoduledata; next != nil; next = next.next {
type.go#L239: for next := &firstmoduledata; next != nil; next = next.next {
type.go#L269: for next := &firstmoduledata; next != nil; next = next.next {
type.go#L281: for next := &firstmoduledata; next != nil; next = next.next {
type.go#L527: if firstmoduledata.next == nil {
type.go#L530: typehash := make(map[uint32][]*_type, len(firstmoduledata.typelinks))
 |
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. |