Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/codesign/
Dcodesign.go89 type SuperBlob struct { struct
90 magic uint32 // magic number
91 length uint32 // total length of SuperBlob
92 count uint32 // number of index entries following
96 func (s *SuperBlob) put(out []byte) []byte {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp478 auto *SuperBlob = reinterpret_cast<MachO::CS_SuperBlob *>(HashReadEnd); in writeCodeSignatureData() local