Home
last modified time | relevance | path

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

/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 …]