Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_object.c594 u_int secti = 0; in init_from_final_linked_image() local
782 for (j = 0; j < seg->sects.nitems; ++j, ++secti) { in init_from_final_linked_image()
783 sect = kxld_array_get_item(&object->sects, secti); in init_from_final_linked_image()
787 sect, my_file, &sect_offset, secti, &object->relocator); in init_from_final_linked_image()