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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h567 int32_t selopt_offset; member in struct:objc_opt::objc_opt_t
572 if (selopt_offset == 0) return NULL;
573 return (objc_selopt_t *)((uint8_t *)this + selopt_offset);
576 if (selopt_offset == 0) return NULL;
577 return (objc_selopt_t *)((uint8_t *)this + selopt_offset);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2365 E::set32(optROHeader->selopt_offset, seloptVMAddr - optROSection->addr());

Completed in 82 milliseconds