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

/macosx-10.10/dyld-353.2.1/src/
H A DdyldInitialization.cpp45 #ifndef MH_PIE
46 #define MH_PIE 0x200000 macro
H A DImageLoaderMachO.cpp716 return ( (mh->filetype == MH_EXECUTE) && ((mh->flags & MH_PIE) != 0) );
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h189 #define MH_PIE 0x200000 /* When this bit is set, the OS will macro
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Di386_vm_init.c213 if (_mh_execute_header.flags & MH_PIE) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c609 if ((header->flags & MH_PIE) || (header->filetype == MH_DYLINKER)) {

Completed in 201 milliseconds