Searched defs:ldMachoObj (Results 1 – 1 of 1) sorted by relevance
53 type ldMachoObj struct { struct54 f *bio.Reader55 base int64 // off in f where Mach-O begins56 length int64 // length of Mach-O57 is64 bool58 name string59 e binary.ByteOrder60 cputype uint61 subcputype uint62 filetype uint32[all …]