Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/kxld/
H A Dkxld_seg.c276 u_int sect_index = 0, legacy_index = 0, sect_reorder_index = 0; in reorder_sections() local
317 sect_start = sect_index; in reorder_sections()
318 sect_end = sect_index; in reorder_sections()
320 while (sect_index < seg->sects.nitems) { in reorder_sections()
321 sect = *(KXLDSect **) kxld_array_get_item(&seg->sects, sect_index); in reorder_sections()
326 ++sect_index; in reorder_sections()