Searched defs:goobjFile (Results 1 – 1 of 1) sorted by relevance
22 type goobjFile struct { struct23 goobj *archive.GoObj24 r *goobj.Reader member25 f *os.File26 arch *sys.Arch107 func (f *goobjFile) symbols() ([]Sym, error) {223 func (f *goobjFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {232 func (f *goobjFile) PCToLine(pc uint64) (string, int, *gosym.Func) {325 func (f *goobjFile) text() (textStart uint64, text []byte, err error) {331 func (f *goobjFile) goarch() string {[all …]