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

/darwin-on-arm/xnu/libkern/c++/
H A DOSRuntime.cpp442 * segment, and invoke the constructors within those sections.
459 structor_t * constructors = (structor_t *)section->addr; local
461 if (constructors) {
470 if (constructors[i]) {
471 (*constructors[i])();
482 } /* if (constructors) */
494 * segment, and invoke the constructors within those sections.

Completed in 11 milliseconds