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

/darwin-on-arm/xnu/libkern/c++/
H A DOSRuntime.cpp225 typedef void (*structor_t)(void); typedef
288 structor_t * destructors = (structor_t *)section->addr;
291 int num_destructors = section->size / sizeof(structor_t);
459 structor_t * constructors = (structor_t *)section->addr;
462 int num_constructors = section->size / sizeof(structor_t);

Completed in 10 milliseconds