Lines Matching defs:File
28 type File struct { struct
29 r *os.File
30 entries []*Entry
89 func (f *File) Close() error {
93 func (f *File) Entries() []*Entry {
97 func (f *File) Symbols() ([]Sym, error) {
101 func (f *File) PCLineTable() (Liner, error) {
105 func (f *File) Text() (uint64, []byte, error) {
109 func (f *File) GOARCH() string {
113 func (f *File) LoadAddress() (uint64, error) {
117 func (f *File) DWARF() (*dwarf.Data, error) {
121 func (f *File) Disasm() (*Disasm, error) {