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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2220 size_t optRORemaining = optROSection->size(); local
2225 if (optRORemaining < headerSize) {
2231 optRORemaining -= headerSize;
2288 uint64_t seloptVMAddr = optROSection->addr() + optROSection->size() - optRORemaining;
2290 err = selopt->write(seloptVMAddr, optRORemaining, uniq.strings());
2296 optRORemaining -= selopt->size();
2311 uint64_t clsoptVMAddr = optROSection->addr() + optROSection->size() - optRORemaining;
2313 err = clsopt->write(clsoptVMAddr, optRORemaining,
2320 optRORemaining -= clsopt->size();
2370 size_t roSize = optROSection->size() - optRORemaining;
[all...]

Completed in 155 milliseconds