Home | History | Annotate | Download | only in pprof

Lines Matching refs:ObjFile

17 	"cmd/internal/objfile"
132 disasmCache map[string]*objfile.Disasm
135 func (*objTool) Open(name string, start uint64) (plugin.ObjFile, error) {
136 of, err := objfile.Open(name)
169 func (t *objTool) cachedDisasm(file string) (*objfile.Disasm, error) {
173 t.disasmCache = make(map[string]*objfile.Disasm)
179 f, err := objfile.Open(file)
197 // file implements plugin.ObjFile using Go libraries
203 sym []objfile.Sym
204 file *objfile.File
205 pcln objfile.Liner