Lines Matching defs:File
78 type File struct { struct
79 FileHeader
80 Sections []*Section
81 Symbols []*Symbol
82 StringTable []byte
83 LibraryPaths []string
85 closer io.Closer
106 func (f *File) Close() error {
119 func (f *File) Section(name string) *Section {
130 func (f *File) SectionByType(typ uint32) *Section {
472 func (f *File) CSect(name string) []byte {
492 func (f *File) DWARF() (*dwarf.Data, error) {
515 func (f *File) readImportIDs(s *Section) ([]string, error) {
580 func (f *File) ImportedSymbols() ([]ImportedSymbol, error) {
686 func (f *File) ImportedLibraries() ([]string, error) {