type goobjFile …
func openGoFile(f *os.File) (*File, error) { … }
func goobjName(name string, ver int) string { … }
type goobjReloc …
func (r goobjReloc) String(insnOffset uint64) string { … }
func (f *goobjFile) symbols() ([]Sym, error) { … }
func (f *goobjFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) { … }
func (f *goobjFile) PCToLine(pc uint64) (string, int, *gosym.Func) { … }
func pcValue(tab []byte, target uint64, arch *sys.Arch) int32 { … }
func step(p *[]byte, pc *uint64, val *int32, first bool, arch *sys.Arch) bool { … }
func readvarint(p *[]byte) uint32 { … }
func (f *goobjFile) text() (textStart uint64, text []byte, err error) { … }
func (f *goobjFile) goarch() string { … }
func (f *goobjFile) loadAddress() (uint64, error) { … }
func (f *goobjFile) dwarf() (*dwarf.Data, error) { … }