Searched refs:structor_t (Results 1 – 1 of 1) sorted by relevance
167 typedef void (*structor_t)(void); typedef192 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()