Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSRuntime.cpp167 typedef void (*structor_t)(void); typedef
192 structor_t * structors = (structor_t *)section->addr; in OSRuntimeCallStructorsInSection()
197 structor_t structor; in OSRuntimeCallStructorsInSection()
199 unsigned long num_structors = section->size / sizeof(structor_t); in OSRuntimeCallStructorsInSection()
356 structor_t * structors; in OSRuntimeSignStructorsInSegment()
357 volatile structor_t structor; in OSRuntimeSignStructorsInSegment()
367 structors = (structor_t *)section->addr; in OSRuntimeSignStructorsInSegment()
371 num_structors = section->size / sizeof(structor_t); in OSRuntimeSignStructorsInSegment()