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

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-opt.mm102 return opt ? opt->selopt() : nil;
237 else if (!opt->selopt() || !opt->headeropt()) {
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h44 * objc-selopt.h
571 const objc_selopt_t* selopt() const { function in struct:objc_opt::objc_opt_t
575 objc_selopt_t* selopt() { function in struct:objc_opt::objc_opt_t
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2289 objc_opt::objc_selopt_t *selopt = new(optROData) objc_opt::objc_selopt_t; local
2290 err = selopt->write(seloptVMAddr, optRORemaining, uniq.strings());
2295 optROData += selopt->size();
2296 optRORemaining -= selopt->size();
2297 selopt->byteswap(E::little_endian), selopt = NULL; local

Completed in 195 milliseconds