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

/macosx-10.9.5/dyld-239.4/src/
H A DdyldInitialization.cpp45 #ifndef MH_PIE
46 #define MH_PIE 0x200000 macro
H A DImageLoaderMachO.cpp703 return ( (mh->filetype == MH_EXECUTE) && ((mh->flags & MH_PIE) != 0) );
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c493 (archs->object->mh->flags & MH_PIE) == MH_PIE)){
500 "MH_EXECUTE file type with MH_PIE flag",
507 (archs->object->mh64->flags & MH_PIE) == MH_PIE)){
516 (archs->object->mh64->flags & MH_PIE) == MH_PIE)){
524 "type or MH_EXECUTE file type with MH_PIE flag",
648 else if((arch->object->mh->flags & MH_PIE) != MH_PIE ||
[all...]
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h189 #define MH_PIE 0x200000 /* When this bit is set, the OS will macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h189 #define MH_PIE 0x200000 /* When this bit is set, the OS will macro
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Di386_vm_init.c213 if (_mh_execute_header.flags & MH_PIE) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c591 if ((header->flags & MH_PIE) || (header->filetype == MH_DYLINKER)) {
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1752 if(f & MH_PIE){
1754 f &= ~MH_PIE;

Completed in 223 milliseconds