Home
last modified time | relevance | path

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

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