Searched defs:CS_CodeDirectory (Results 1 – 1 of 1) sorted by relevance
2151 struct CS_CodeDirectory { struct2152 uint32_t magic; /* magic number (CSMAGIC_CODEDIRECTORY) */2153 uint32_t length; /* total length of CodeDirectory blob */2154 uint32_t version; /* compatibility version */2155 uint32_t flags; /* setup and mode flags */2156 uint32_t hashOffset; /* offset of hash slot element at index zero */2157 uint32_t identOffset; /* offset of identifier string */2158 uint32_t nSpecialSlots; /* number of special hash slots */2159 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */2183 static_assert(sizeof(CS_CodeDirectory) == 88, ""); argument