Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dgoobj.go22 type goobjFile struct { struct
23 goobj *archive.GoObj
24 r *goobj.Reader member
25 f *os.File
26 arch *sys.Arch
107 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 …]