Searched refs:fLayout (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp108 const MachOLayoutAbstraction& fLayout; member in class:Rebaser
124 : fLayout(layout), fOrignalVMRelocBaseAddress(0), fLinkEditBase(0),
128 fHeader = (const macho_header<P>*)fLayout.getSegments()[0].mappedAddress();
137 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
181 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
194 return fLayout.getSegments()[0].address();
201 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
323 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
338 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
351 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout
[all...]
H A Dupdate_dyld_shared_cache.cpp148 const MachOLayoutAbstraction* getLayout() const { return fLayout; }
154 const MachOLayoutAbstraction* fLayout; member in class:ArchGraph::DependencyNode
406 const std::vector<MachOLayoutAbstraction::Library>& dependsOn = fLayout->getLibraries();
452 if ( fLayout->getFileType() == MH_EXECUTE ) {
461 if ( it->weakImport || ! fLayout->hasSplitSegInfo() ) {
490 : fGraph(graph), fPath(strdup(path)), fLayout(layout), fDependenciesLoaded(false), fDependentMissing(false)
1513 const MachOLayoutAbstraction& fLayout; member in class:LinkEditOptimizer
1550 : fSharedCache(sharedCache), fLayout(layout), fLinkEditBase(NULL), fNewLinkEditStart(newLinkEdit), fDyldInfo(NULL),
1566 fHeader = (const macho_header<P>*)fLayout.getSegments()[0].mappedAddress();
1568 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout
[all...]
H A DMachOBinder.hpp483 const uint8_t* exportsStart = this->fLayout.getDyldInfoExports();
487 //fprintf(stderr, "%s exports %lu symbols from trie of size %u \n", this->fLayout.getFilePath(), exports.size(), fDyldInfo->export_size());
493 const uint8_t* aDylibsExportsStart = binder->fLayout.getDyldInfoExports();
497 //fprintf(stderr, "%s re-exports %lu symbols from %s\n", this->fLayout.getFilePath(), aDylibsExports.size(), binder->getDylibID());
510 //fprintf(stderr, "%s now exports %lu symbols from trie of size %lu\n", this->fLayout.getFilePath(), exports.size(), newExportTrieBytes.size());
516 this->fLayout.setDyldInfoExports(sideTrie);
574 const std::vector<MachOLayoutAbstraction::Segment>& segments = this->fLayout.getSegments();
848 const std::vector<MachOLayoutAbstraction::Segment>& segments = this->fLayout.getSegments();
925 //fprintf(stderr, "doBindIndirectSymbols() %s\n", this->fLayout.getFilePath());

Completed in 193 milliseconds