Searched refs:structor (Results 1 – 1 of 1) sorted by relevance
197 structor_t structor; in OSRuntimeCallStructorsInSection() local210 if (!structor) { in OSRuntimeCallStructorsInSection()213 value = PTRAUTH_STRIP_STRUCTOR(structor); in OSRuntimeCallStructorsInSection()218 structor = structors[firstIndex - 1]; in OSRuntimeCallStructorsInSection()239 if ((structor = structors[firstIndex])) { in OSRuntimeCallStructorsInSection()240 value = PTRAUTH_STRIP_STRUCTOR(structor); in OSRuntimeCallStructorsInSection()245 (*structor)(); in OSRuntimeCallStructorsInSection()373 structor = structors[idx]; in OSRuntimeSignStructorsInSegment()374 if (NULL == structor) { in OSRuntimeSignStructorsInSegment()377 structor = ptrauth_strip(structor, ptrauth_key_function_pointer); in OSRuntimeSignStructorsInSegment()[all …]