runtime.moduledata.text (field)
7 uses
runtime (current package)
plugin.go#L35: if inRange(pmd.text, pmd.etext, md.text, md.etext) ||
plugin.go#L40: println("\tpmd.text-etext=", hex(pmd.text), "-", hex(pmd.etext))
plugin.go#L44: println("\tmd.text-etext=", hex(md.text), "-", hex(md.etext))
symtab.go#L368: text, etext uintptr
type.go#L309: res = md.text + uintptr(off)
type.go#L313: println("runtime: textOff", hex(off), "out of range", hex(md.text), "-", hex(md.etext))
 |
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. |