Home
last modified time | relevance | path

Searched defs:fileAddr2Line (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
Dbinutils.go685 type fileAddr2Line struct { struct
686 once sync.Once
687 file
688 addr2liner *addr2Liner
689 llvmSymbolizer *llvmSymbolizer
690 isData bool
693 func (f *fileAddr2Line) SourceLine(addr uint64) ([]plugin.Frame, error) {
708 func (f *fileAddr2Line) init() {
726 func (f *fileAddr2Line) Close() error {