Searched refs:localSymbolsSize (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h45 uint64_t localSymbolsSize; // size of local symbols information member in struct:dyld_cache_header
H A DCacheFileAbstraction.hpp68 uint64_t localSymbolsSize() const INLINE { return E::get64(fields.localSymbolsSize); }
69 void set_localSymbolsSize(uint64_t value) INLINE { E::set64(fields.localSymbolsSize, value); }
H A Ddsc_extractor.cpp229 if ( header->mappingOffset() > offsetof(dyld_cache_header,localSymbolsSize) ) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Ddebug.h194 uint64_t localSymbolsSize; // size of local symbols information member in struct:_dyld_cache_header

Completed in 90 milliseconds