runtime.moduledata.etext (field)
11 uses
runtime (current package)
debuglog.go#L295: if len(x) > 4 && datap.etext <= uintptr(str.str) && uintptr(str.str) < datap.end {
debuglog.go#L301: l.w.uvarint(uint64(uintptr(str.str) - datap.etext))
debuglog.go#L656: ptr += firstmoduledata.etext
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))
proc.go#L4519: } else if pc > firstmoduledata.etext {
symtab.go#L368: text, etext uintptr
type.go#L312: if res > md.etext && GOARCH != "wasm" { // on wasm, functions do not live in the same address space as the linear memory
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. |