Searched refs:MH_NO_HEAP_EXECUTION (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py35 MH_NO_HEAP_EXECUTION is set, proper protections will be applied, regardless
39 The Apple toolchain has been revised to set the MH_NO_HEAP_EXECUTION when
47 This script sets the MH_NO_HEAP_EXECUTION bit on Mach-O executables. It is
93 MH_NO_HEAP_EXECUTION = 0x01000000 variable
181 MH_PIE and MH_NO_HEAP_EXECUTION bits are set or cleared in the |flags| field
207 flags |= MH_NO_HEAP_EXECUTION
209 flags &= ~MH_NO_HEAP_EXECUTION
246 help='Clear the MH_NO_HEAP_EXECUTION bit')

Completed in 236 milliseconds