Searched refs:structors (Results 1 – 2 of 2) sorted by relevance
192 structor_t * structors = (structor_t *)section->addr; in OSRuntimeCallStructorsInSection() local193 if (!structors) { in OSRuntimeCallStructorsInSection()209 structor = structors[baseIdx + (lim >> 1)]; in OSRuntimeCallStructorsInSection()218 structor = structors[firstIndex - 1]; in OSRuntimeCallStructorsInSection()239 if ((structor = structors[firstIndex])) { in OSRuntimeCallStructorsInSection()356 structor_t * structors; in OSRuntimeSignStructorsInSegment() local367 structors = (structor_t *)section->addr; in OSRuntimeSignStructorsInSegment()368 if (!structors) { in OSRuntimeSignStructorsInSegment()373 structor = structors[idx]; in OSRuntimeSignStructorsInSegment()379 structors[idx] = structor; in OSRuntimeSignStructorsInSegment()
305 However, if you have non default structors, or members of your class/struct306 have non default structors, you will need to manually enroll it into `kalloc_type`.