Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/codesign/
Dcodesign.go105 type CodeDirectory struct { struct
106 magic uint32 // magic number (CSMAGIC_CODEDIRECTORY)
107 length uint32 // total length of CodeDirectory blob
108 version uint32 // compatibility version
109 flags uint32 // setup and mode flags
110 hashOffset uint32 // offset of hash slot element at index zero
111 identOffset uint32 // offset of identifier string
112 nSpecialSlots uint32 // number of special hash slots
113 nCodeSlots uint32 // number of ordinary (code) hash slots
114 codeLimit uint32 // limit to main image signature range
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp485 auto *CodeDirectory = reinterpret_cast<MachO::CS_CodeDirectory *>( in writeCodeSignatureData() local