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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h91 uint32_t dylibOffset; // offset in cache file of start of dylib member in struct:dyld_cache_local_symbols_entry
H A DCacheFileAbstraction.hpp185 uint32_t dylibOffset() const INLINE { return E::get32(fields.dylibOffset); }
186 void set_dylibOffset(uint32_t value) INLINE { E::set32(fields.dylibOffset, value); }
H A Ddsc_extractor.cpp235 if ( entries[i].dylibOffset() == textOffsetInCache ) {
H A Dupdate_dyld_shared_cache.cpp722 uint32_t dylibOffset; member in struct:LocalSymbolInfo
1679 localInfo.dylibOffset = ((uint8_t*)fHeader) - cacheStart;
2833 entries[i].set_dylibOffset(fLocalSymbolInfos[i].dylibOffset);

Completed in 98 milliseconds