Searched refs:MH_NO_HEAP_EXECUTION (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h203 #define MH_NO_HEAP_EXECUTION 0x1000000 /* When this bit is set, the OS will macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h203 #define MH_NO_HEAP_EXECUTION 0x1000000 /* When this bit is set, the OS will macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c358 if ((header->flags & MH_NO_HEAP_EXECUTION) && !(imgp->ip_flags & IMGPF_ALLOW_DATA_EXEC))
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1760 if(f & MH_NO_HEAP_EXECUTION){
1761 printf(" MH_NO_HEAP_EXECUTION");
1762 f &= ~MH_NO_HEAP_EXECUTION;

Completed in 139 milliseconds