Searched refs:pathFileOffset (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddyld_cache_format.h57 uint32_t pathFileOffset; member in struct:dyld_cache_image_info
H A Ddyldcache.h110 std::string path() const { return cache.at<char>(flip(mStruct->pathFileOffset)); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyld_cache_format.h57 uint32_t pathFileOffset; member in struct:dyld_cache_image_info
H A Ddyldcache.h110 std::string path() const { return cache.at<char>(flip(mStruct->pathFileOffset)); }
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h62 uint32_t pathFileOffset; member in struct:dyld_cache_image_info
H A DCacheFileAbstraction.hpp114 uint32_t pathFileOffset() const INLINE { return E::get32(fields.pathFileOffset); }
115 void set_pathFileOffset(uint32_t value) INLINE { E::set32(fields.pathFileOffset, value); fields.pad=0; }
H A Ddsc_iterator.cpp157 const char* dylibPath = (char*)cache + dylibs[i].pathFileOffset();
H A Dupdate_dyld_shared_cache.cpp1033 temp.info.pathFileOffset = lib->getNameFileOffset(); // for now this is the offset within the dylib
1127 temp.info.pathFileOffset = fHeaderSize;
1382 if ( cacheEntry->pathFileOffset() > textSize ) {
1387 if ( strcmp((char*)cache+cacheEntry->pathFileOffset(), it->layout->getID().name) == 0 ) {
1398 if ( cacheEntry->pathFileOffset() > textSize ) {
1405 && (strcmp((char*)cache+cacheEntry->pathFileOffset(), it->layout->getID().name) == 0) ) {
2562 image->set_pathFileOffset(cacheFileOffsetForVMAddress(it->info.address+it->info.pathFileOffset));
2571 image->set_pathFileOffset(it->info.pathFileOffset);
2572 strcpy((char*)inMemoryCache+it->info.pathFileOffset, it->aliases[0]);
2573 //fprintf(stderr, "adding alias to offset 0x%08X %s\n", it->info.pathFileOffset, i
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2284 const char* aPath = (char*)sSharedCache + p->pathFileOffset;
2299 const char* aPath = (char*)sSharedCache + p->pathFileOffset;

Completed in 200 milliseconds