Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h2184 struct CS_CodeDirectory { struct
2185 uint32_t magic; /* magic number (CSMAGIC_CODEDIRECTORY) */
2186 uint32_t length; /* total length of CodeDirectory blob */
2187 uint32_t version; /* compatibility version */
2188 uint32_t flags; /* setup and mode flags */
2189 uint32_t hashOffset; /* offset of hash slot element at index zero */
2190 uint32_t identOffset; /* offset of identifier string */
2191 uint32_t nSpecialSlots; /* number of special hash slots */
2192 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */
2216 static_assert(sizeof(CS_CodeDirectory) == 88, ""); argument