Home
last modified time | relevance | path

Searched refs:MH_PIE (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h190 #define MH_PIE 0x200000 /* When this bit is set, the OS will macro
/xnu-10002.41.9/bsd/kern/
H A Dmach_loader.c626 !(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()
/xnu-10002.41.9/osfmk/i386/
H A Di386_vm_init.c299 if (_mh_execute_header.flags & MH_PIE) { in i386_vm_init()