func runtime.findfunc
32 uses
runtime (current package)
debugcall.go#L43: f := findfunc(pc)
debuglog.go#L804: fn := findfunc(pc)
error.go#L304: name := funcname(findfunc(pc))
heapdump.go#L605: f := findfunc(pc)
panic.go#L32: if sys.GoarchWasm == 0 && hasPrefix(funcname(findfunc(pc)), "runtime.") {
panic.go#L1389: if gp.m.incgo || findfunc(pc).valid() {
panic.go#L1394: if findfunc(lr).valid() {
plugin.go#L112: f2 := findfunc(entry)
preempt.go#L318: f := findfunc(funcPC(asyncPreempt))
preempt.go#L320: f = findfunc(funcPC(asyncPreempt2))
preempt.go#L384: f := findfunc(pc)
print.go#L305: fn := findfunc(val)
proc.go#L4052: f := findfunc(fn.fn)
proc.go#L4391: if f := findfunc(pc); f.valid() {
proc.go#L4588: f := findfunc(pc)
proc.go#L6273: pkg := funcpkgpath(findfunc(funcPC(firstFunc)))
stack.go#L959: f := findfunc(gp.sched.pc)
stack.go#L1055: if f := findfunc(gp.sched.pc); f.valid() {
stack.go#L1152: f := findfunc(gp.startpc)
symtab.go#L83: funcInfo := findfunc(pc)
symtab.go#L164: f := findfunc(tracepc)
symtab.go#L585: f := findfunc(pc)
symtab.go#L671: func findfunc(pc uintptr) funcInfo {
traceback.go#L54: f := findfunc(frame.pc)
traceback.go#L152: f := findfunc(frame.pc)
traceback.go#L197: frame.fn = findfunc(frame.pc)
traceback.go#L242: flr = findfunc(frame.lr)
traceback.go#L498: f = findfunc(frame.pc)
traceback.go#L665: f := findfunc(pc)
traceback.go#L754: f := findfunc(pc) // f previously validated
traceback.go#L763: f := findfunc(ancestor.gopc)
traceback.go#L1029: f := findfunc(gp.startpc)
![]() |
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. |