var validSymType … type plan9File … func openPlan9(r io.ReaderAt) (rawFile, error) { … } func (f *plan9File) symbols() ([]Sym, error) { … } func (f *plan9File) pcln() (textStart uint64, symtab, pclntab []byte, err error) { … } func (f *plan9File) text() (textStart uint64, text []byte, err error) { … } func findPlan9Symbol(f *plan9obj.File, name string) (*plan9obj.Sym, error) { … } func loadPlan9Table(f *plan9obj.File, sname, ename string) ([]byte, error) { … } func (f *plan9File) goarch() string { … } func (f *plan9File) loadAddress() (uint64, error) { … } func (f *plan9File) dwarf() (*dwarf.Data, error) { … }