Searched defs:CodeDirectory (Results 1 – 2 of 2) sorted by relevance
105 type CodeDirectory struct { struct106 magic uint32 // magic number (CSMAGIC_CODEDIRECTORY)107 length uint32 // total length of CodeDirectory blob108 version uint32 // compatibility version109 flags uint32 // setup and mode flags110 hashOffset uint32 // offset of hash slot element at index zero111 identOffset uint32 // offset of identifier string112 nSpecialSlots uint32 // number of special hash slots113 nCodeSlots uint32 // number of ordinary (code) hash slots114 codeLimit uint32 // limit to main image signature range[all …]
485 auto *CodeDirectory = reinterpret_cast<MachO::CS_CodeDirectory *>( in writeCodeSignatureData() local