Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpe.go428 type peFile struct { struct
429 sections []*peSection
430 stringTable peStringTable
431 textSect *peSection
432 rdataSect *peSection
433 dataSect *peSection
434 bssSect *peSection
435 ctorsSect *peSection
436 pdataSect *peSection
437 xdataSect *peSection
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dpe.go17 type peFile struct { struct
18 pe *pe.File
29 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) {