Searched defs:SuperBlob (Results 1 – 2 of 2) sorted by relevance
89 type SuperBlob struct { struct90 magic uint32 // magic number91 length uint32 // total length of SuperBlob92 count uint32 // number of index entries following96 func (s *SuperBlob) put(out []byte) []byte {
478 auto *SuperBlob = reinterpret_cast<MachO::CS_SuperBlob *>(HashReadEnd); in writeCodeSignatureData() local