Home
last modified time | relevance | path

Searched refs:goobjFile (Results 1 – 3 of 3) sorted by relevance

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/objfile/
H A Dgoobj.go20 type goobjFile struct { struct
30 return &goobjFile{goobj: f, f: r}, nil
40 func (f *goobjFile) symbols() ([]Sym, error) { argument
83 func (f *goobjFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) { argument
92 func (f *goobjFile) PCToLine(pc uint64) (string, int, *gosym.Func) { argument
179 func (f *goobjFile) text() (textStart uint64, text []byte, err error) { argument
190 func (f *goobjFile) goarch() string { argument
194 func (f *goobjFile) loadAddress() (uint64, error) { argument
198 func (f *goobjFile) dwarf() (*dwarf.Data, error) { argument
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/objfile/
H A Dgoobj.go20 type goobjFile struct { struct
30 rf := &goobjFile{goobj: f, f: r}
61 func (f *goobjFile) symbols() ([]Sym, error) { argument
104 func (f *goobjFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) { argument
113 func (f *goobjFile) PCToLine(pc uint64) (string, int, *gosym.Func) { argument
200 func (f *goobjFile) text() (textStart uint64, text []byte, err error) { argument
211 func (f *goobjFile) goarch() string { argument
215 func (f *goobjFile) loadAddress() (uint64, error) { argument
219 func (f *goobjFile) dwarf() (*dwarf.Data, error) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/objfile/
H A Dgoobj.go22 type goobjFile struct { struct
57 raw: &goobjFile{e.Obj, r, f, arch},
107 func (f *goobjFile) symbols() ([]Sym, error) { argument
223 func (f *goobjFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) { argument
232 func (f *goobjFile) PCToLine(pc uint64) (string, int, *gosym.Func) { argument
325 func (f *goobjFile) text() (textStart uint64, text []byte, err error) { argument
331 func (f *goobjFile) goarch() string { argument
335 func (f *goobjFile) loadAddress() (uint64, error) { argument
339 func (f *goobjFile) dwarf() (*dwarf.Data, error) { argument