Searched defs:xcoffFile (Results 1 – 2 of 2) sorted by relevance
409 type xcoffFile struct { struct410 xfhdr XcoffFileHdr64411 xahdr XcoffAoutHdr64412 sections []*XcoffScnHdr64413 sectText *XcoffScnHdr64414 sectData *XcoffScnHdr64415 sectBss *XcoffScnHdr64416 stringTable xcoffStringTable417 sectNameToScnum map[string]int16418 loaderSize uint64[all …]
17 type xcoffFile struct { struct18 xcoff *xcoff.File29 func (f *xcoffFile) symbols() ([]Sym, error) {90 func (f *xcoffFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {101 func (f *xcoffFile) text() (textStart uint64, text []byte, err error) {147 func (f *xcoffFile) goarch() string {157 func (f *xcoffFile) loadAddress() (uint64, error) {161 func (f *xcoffFile) dwarf() (*dwarf.Data, error) {