Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
Dldmacho.go53 type ldMachoObj struct { struct
54 f *bio.Reader
55 base int64 // off in f where Mach-O begins
56 length int64 // length of Mach-O
57 is64 bool
58 name string
59 e binary.ByteOrder
60 cputype uint
61 subcputype uint
62 filetype uint32
[all …]