Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/buildinfo/
Dbuildinfo.go303 type peExe struct { struct
304 f *pe.File
307 func (x *peExe) imageBase() uint64 {
317 func (x *peExe) ReadData(addr, size uint64) ([]byte, error) {
331 func (x *peExe) DataStart() (uint64, uint64) {