Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.h177 struct _dyld_cache_header { struct
184 uint64_t codeSignatureOffset;// file offset of code signature blob
186 uint64_t slideInfoOffset; // file offset of kernel slid info
187 uint64_t slideInfoSize; // size of kernel slid info
189 uint64_t localSymbolsSize; // size of local symbols information
191 uint64_t cacheType; // 0 for development, 1 for production
193 uint32_t branchPoolsCount; // number of uint64_t entries
195 uint64_t accelerateInfoSize; // size of optimization info
206 uint32_t platform; // platform number (macOS=1, etc)
207 uint32_t formatVersion : 8,// dyld3::closure::kFormatVersion
[all …]