Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm64/sptm/
H A Darm_init_sptm.c1432 bool keep_linkedit = false; in arm_vm_prot_finalize() local
1433 PE_parse_boot_argn("keepsyms", &keep_linkedit, sizeof(keep_linkedit)); in arm_vm_prot_finalize()
1436 keep_linkedit = true; in arm_vm_prot_finalize()
1442 keep_linkedit = true; in arm_vm_prot_finalize()
1445 if (!keep_linkedit) { in arm_vm_prot_finalize()
/xnu-11215.81.4/osfmk/arm64/
H A Darm_vm_init.c1548 SECURITY_READ_ONLY_LATE(static boolean_t) keep_linkedit = FALSE;
1574 PE_parse_boot_argn("keepsyms", &keep_linkedit, sizeof(keep_linkedit)); in arm_vm_physmap_init()
1577 keep_linkedit = TRUE; in arm_vm_physmap_init()
1583 keep_linkedit = TRUE; in arm_vm_physmap_init()
1585 if (!keep_linkedit) { in arm_vm_physmap_init()
1713 if (!keep_linkedit) { in arm_vm_prot_finalize()