Searched refs:MH_PIE (Results 1 – 3 of 3) sorted by relevance
190 #define MH_PIE 0x200000 /* When this bit is set, the OS will macro
626 !(header->flags & MH_PIE) && /* not PIE */ in load_machfile()858 …if (!(header->flags & MH_PIE) && pie_required(header->cputype, header->cpusubtype & ~CPU_SUBTYPE_M… in parse_machfile()889 if ((header->flags & MH_PIE) || is_dyld) { in parse_machfile()951 is_pie = ((header->flags & MH_PIE) != 0); in parse_machfile()
299 if (_mh_execute_header.flags & MH_PIE) { in i386_vm_init()