Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSRuntime.cpp201 unsigned long firstIndex = 0; in OSRuntimeCallStructorsInSection() local
207 firstIndex = num_structors; in OSRuntimeCallStructorsInSection()
215 firstIndex = (baseIdx + (lim >> 1)); in OSRuntimeCallStructorsInSection()
217 for (; firstIndex; firstIndex--) { in OSRuntimeCallStructorsInSection()
218 structor = structors[firstIndex - 1]; in OSRuntimeCallStructorsInSection()
236 (firstIndex < num_structors) in OSRuntimeCallStructorsInSection()
238 firstIndex++) { in OSRuntimeCallStructorsInSection()
239 if ((structor = structors[firstIndex])) { in OSRuntimeCallStructorsInSection()