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

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-opt.mm82 using objc_opt::objc_opt_t;
90 static const objc_opt_t *opt = (objc_opt_t *)~0;
93 extern const objc_opt_t _objc_opt_data; // in __TEXT, __objc_opt_ro
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h565 struct objc_opt_t { struct in namespace:objc_opt
591 // sizeof(objc_opt_t) must be pointer-aligned
592 STATIC_ASSERT(sizeof(objc_opt_t) % sizeof(void*) == 0);
599 /* objc_opt_t */ \
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2192 size_t headerSize = P::round_up(sizeof(objc_opt::objc_opt_t));
2193 if (headerSize != sizeof(objc_opt::objc_opt_t)) {
2229 objc_opt::objc_opt_t* optROHeader = (objc_opt::objc_opt_t *)optROData;

Completed in 88 milliseconds