Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_seg.c58 static void reorder_section(KXLDArray *sects, u_int *sect_reorder_index,
276 u_int sect_index = 0, legacy_index = 0, sect_reorder_index = 0; in reorder_sections() local
347 sect_reorder_index = sect_start; in reorder_sections()
367 (void) reorder_section(&seg->sects, &sect_reorder_index, in reorder_sections()
381 reorder_section(&seg->sects, &sect_reorder_index, reorder_buffer, i); in reorder_sections()
400 reorder_section(KXLDArray *sects, u_int *sect_reorder_index, in reorder_section() argument
405 tmp = kxld_array_get_item(sects, *sect_reorder_index); in reorder_section()
408 reorder_buffer[reorder_buffer_index]->sectnum = *sect_reorder_index; in reorder_section()
411 ++(*sect_reorder_index); in reorder_section()