Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dplan9obj.go27 type plan9File struct { struct
28 plan9 *plan9obj.File
39 func (f *plan9File) symbols() ([]Sym, error) {
73 func (f *plan9File) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
93 func (f *plan9File) text() (textStart uint64, text []byte, err error) {
138 func (f *plan9File) goarch() string {
150 func (f *plan9File) loadAddress() (uint64, error) {
154 func (f *plan9File) dwarf() (*dwarf.Data, error) {