Searched refs:may_scatter (Results 1 – 2 of 2) sorted by relevance
227 relocator->may_scatter = TRUE; in kxld_relocator_init()238 relocator->may_scatter = FALSE; in kxld_relocator_init()249 relocator->may_scatter = FALSE; in kxld_relocator_init()260 relocator->may_scatter = FALSE; in kxld_relocator_init()325 if (!(relocator->may_scatter && (src->r_address & R_SCATTERED)) && in kxld_reloc_create_macho()337 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()368 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()
72 boolean_t may_scatter; member