Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_reloc.c227 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()
H A Dkxld_reloc.h72 boolean_t may_scatter; member