Searched refs:UniversalMachOLayout (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp252 class UniversalMachOLayout class
255 UniversalMachOLayout(const char* path, const std::set<ArchPair>* onlyArchs=NULL);
256 ~UniversalMachOLayout() {}
258 static const UniversalMachOLayout& find(const char* path, const std::set<ArchPair>* onlyArchs=NULL);
275 typedef std::unordered_map<const char*, const UniversalMachOLayout*, CStringHash, CStringEquals> PathToNode;
284 UniversalMachOLayout::PathToNode UniversalMachOLayout::fgLayoutCache;
289 const MachOLayoutAbstraction* UniversalMachOLayout::getSlice(ArchPair ap) const
315 const UniversalMachOLayout& UniversalMachOLayout
354 UniversalMachOLayout::UniversalMachOLayout(const char* path, const std::set<ArchPair>* onlyArchs) function in class:UniversalMachOLayout
[all...]
H A Dupdate_dyld_shared_cache.cpp224 //fprintf(stderr, " UniversalMachOLayout::find(%s)\n", path);
225 const UniversalMachOLayout& uni = UniversalMachOLayout::find(path, &onlyArchs);
343 const UniversalMachOLayout& uni = UniversalMachOLayout::find(realPath);
3357 UniversalMachOLayout* dyldLayout = NULL;
3363 dyldLayout = new UniversalMachOLayout(dyldPath, &onlyArchs);
3366 dyldLayout = new UniversalMachOLayout("/usr/lib/dyld", &onlyArchs);

Completed in 133 milliseconds