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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h92 uint32_t nlistStartIndex; // start index of locals for this dylib member in struct:dyld_cache_local_symbols_entry
H A DCacheFileAbstraction.hpp188 uint32_t nlistStartIndex() const INLINE { return E::get32(fields.nlistStartIndex); }
189 void set_nlistStartIndex(uint32_t value) INLINE { E::set32(fields.nlistStartIndex, value); }
H A Ddsc_extractor.cpp236 uint32_t localNlistStart = entries[i].nlistStartIndex();
H A Dupdate_dyld_shared_cache.cpp723 uint32_t nlistStartIndex; member in struct:LocalSymbolInfo
1680 localInfo.nlistStartIndex = unmappedSymbols.size();
1710 localInfo.nlistCount = unmappedSymbols.size() - localInfo.nlistStartIndex;
2834 entries[i].set_nlistStartIndex(fLocalSymbolInfos[i].nlistStartIndex);

Completed in 122 milliseconds