Searched refs:may_scatter (Results 1 – 2 of 2) sorted by relevance
226 relocator->may_scatter = TRUE; in kxld_relocator_init()237 relocator->may_scatter = FALSE; in kxld_relocator_init()248 relocator->may_scatter = FALSE; in kxld_relocator_init()259 relocator->may_scatter = FALSE; in kxld_relocator_init()324 if (!(relocator->may_scatter && (src->r_address & R_SCATTERED)) && in kxld_reloc_create_macho()336 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()367 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()
72 boolean_t may_scatter; member