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

/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py61 This script sets or clears the MH_PIE bit in an executable's Mach-O header,
92 MH_PIE = 0x00200000 variable
181 MH_PIE and MH_NO_HEAP_EXECUTION bits are set or cleared in the |flags| field
212 flags |= MH_PIE
214 flags &= ~MH_PIE
249 help='Clear the MH_PIE bit')
/external/llvm/include/llvm/Support/
H A DMachO.h75 MH_PIE = 0x00200000u, enumerator in enum:llvm::MachO::__anon25616

Completed in 89 milliseconds