Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Ddyld_kernel_fixups.h292 …const struct dyld_chained_starts_in_image* fixupStarts = (const struct dyld_chained_starts_in_imag… in kernel_collection_slide() local
295 dyldLogFunc("[LOG] kernel-fixups: fixupStarts %p\n", fixupStarts); in kernel_collection_slide()
299 for (uint32_t segIndex = 0; segIndex < fixupStarts->seg_count && !stopped; ++segIndex) { in kernel_collection_slide()
303 if (fixupStarts->seg_info_offset[segIndex] == 0) { in kernel_collection_slide()
306 …nfo = (const struct dyld_chained_starts_in_segment*)((uintptr_t)fixupStarts + fixupStarts->seg_inf… in kernel_collection_slide()