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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h82 uint32_t nlistCount; // count of nlist entries member in struct:dyld_cache_local_symbols_info
93 uint32_t nlistCount; // number of local symbols for this dylib member in struct:dyld_cache_local_symbols_entry
H A DCacheFileAbstraction.hpp162 uint32_t nlistCount() const INLINE { return E::get32(fields.nlistCount); }
163 void set_nlistCount(uint32_t value) INLINE { E::set32(fields.nlistCount, value); }
191 uint32_t nlistCount() const INLINE { return E::get32(fields.nlistCount); }
192 void set_nlistCount(uint32_t value) INLINE { E::set32(fields.nlistCount, value); }
H A Dupdate_dyld_shared_cache.cpp724 uint32_t nlistCount; member in struct:LocalSymbolInfo
1681 localInfo.nlistCount = 0;
1710 localInfo.nlistCount = unmappedSymbols.size() - localInfo.nlistStartIndex;
2817 const uint32_t nlistCount = fUnmappedLocalSymbols.size(); local
2818 const uint32_t stringsOffset = nlistOffset + nlistCount * sizeof(macho_nlist<P>);
2825 infoHeader->set_nlistCount(nlistCount);
2835 entries[i].set_nlistCount(fLocalSymbolInfos[i].nlistCount);
2838 memcpy(&inMemoryCache[localSymbolsOffset+nlistOffset], &fUnmappedLocalSymbols[0], nlistCount*sizeof(macho_nlist<P>));
H A Ddsc_extractor.cpp237 localNlistCount = entries[i].nlistCount();

Completed in 219 milliseconds