Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/ !
H A Darm_init_sptm.c1534 bool keep_linkedit = false; in arm_vm_prot_finalize() local
1535 PE_parse_boot_argn("keepsyms", &keep_linkedit, sizeof(keep_linkedit)); in arm_vm_prot_finalize()
1538 keep_linkedit = true; in arm_vm_prot_finalize()
1544 keep_linkedit = true; in arm_vm_prot_finalize()
1547 if (!keep_linkedit) { in arm_vm_prot_finalize()
/xnu-12377.1.9/osfmk/arm64/ !
H A Darm_vm_init.c1546 SECURITY_READ_ONLY_LATE(static boolean_t) keep_linkedit = FALSE;
1572 PE_parse_boot_argn("keepsyms", &keep_linkedit, sizeof(keep_linkedit)); in arm_vm_physmap_init()
1575 keep_linkedit = TRUE; in arm_vm_physmap_init()
1581 keep_linkedit = TRUE; in arm_vm_physmap_init()
1583 if (!keep_linkedit) { in arm_vm_physmap_init()
1711 if (!keep_linkedit) { in arm_vm_prot_finalize()