Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dmach_loader.h101 HR_flags_t hardened_runtime_binary; member
H A Dkern_exec.c1134 load_result->hardened_runtime_binary |= mask; in encode_HR_entitlement()
1389 load_result.hardened_runtime_binary = 0; in exec_mach_imgact()
1567 if (load_result.hardened_runtime_binary & BrowserWebContentEntitlementMask) { in exec_mach_imgact()
1731 if (load_result.hardened_runtime_binary) { in exec_mach_imgact()
1735 load_result.hardened_runtime_binary, in exec_mach_imgact()
6510 if (load_result->hardened_runtime_binary) { in exec_add_apple_strings()
6513 …ardened_runtime, HR_STRING_SIZE, HARDENED_RUNTIME_KEY"0x%x", load_result->hardened_runtime_binary); in exec_add_apple_strings()