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

/xnu-2422.115.4/libkern/c++/
H A DOSRuntime.cpp267 * destructors there.
288 structor_t * destructors = (structor_t *)section->addr; local
290 if (destructors) {
295 if (destructors[i]) {
296 (*destructors[i])();
305 } /* if (destructors) */
487 /* We failed so call all of the destructors. We must do this before
488 * calling OSMetaClass::postModLoad() as the OSMetaClass destructors
507 * destructors have removed classes from the stalled list so no

Completed in 19 milliseconds