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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp475 std::vector<mach_o::trie::Entry> originalExports; local
477 parseTrie(start, end, originalExports);
484 newExports.reserve(originalExports.size());
487 for (std::vector<mach_o::trie::Entry>::iterator it=originalExports.begin(); it != originalExports.end(); ++it) {

Completed in 142 milliseconds