MCPcopy Create free account
hub / github.com/google/pprof / Name

Method Name

internal/binutils/binutils.go:619–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

617}
618
619func (f *file) Name() string {
620 return f.name
621}
622
623func (f *file) ObjAddr(addr uint64) (uint64, error) {
624 f.baseOnce.Do(func() { f.baseErr = f.computeBase(addr) })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected