Searched defs:peFile (Results 1 – 2 of 2) sorted by relevance
428 type peFile struct { struct429 sections []*peSection430 stringTable peStringTable431 textSect *peSection432 rdataSect *peSection433 dataSect *peSection434 bssSect *peSection435 ctorsSect *peSection436 pdataSect *peSection437 xdataSect *peSection[all …]
17 type peFile struct { struct18 pe *pe.File29 func (f *peFile) symbols() ([]Sym, error) {92 func (f *peFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {119 func (f *peFile) text() (textStart uint64, text []byte, err error) {170 func (f *peFile) goarch() string {185 func (f *peFile) loadAddress() (uint64, error) {189 func (f *peFile) imageBase() (uint64, error) {200 func (f *peFile) dwarf() (*dwarf.Data, error) {