Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dmach_loader.h101 HR_flags_t hardened_runtime_binary; member
H A Dkern_exec.c1121 load_result->hardened_runtime_binary |= mask; in encode_HR_entitlement()
1502 load_result.hardened_runtime_binary = 0; in exec_mach_imgact()
1548 if (load_result.hardened_runtime_binary & BrowserWebContentEntitlementMask) { in exec_mach_imgact()
1712 if (load_result.hardened_runtime_binary) { in exec_mach_imgact()
1716 load_result.hardened_runtime_binary, in exec_mach_imgact()
6443 if (load_result->hardened_runtime_binary) { in exec_add_apple_strings()
6446 …ardened_runtime, HR_STRING_SIZE, HARDENED_RUNTIME_KEY"0x%x", load_result->hardened_runtime_binary); in exec_add_apple_strings()