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

/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c582 if(check_reserved_segment(SEG_UNIXSTACK, "segment "
583 SEG_UNIXSTACK " reserved for the -stack_addr and "
591 seg_spec = lookup_segment_spec(SEG_UNIXSTACK);
594 error("specified address for segment " SEG_UNIXSTACK
595 " not allowed (segment " SEG_UNIXSTACK
602 "segment " SEG_UNIXSTACK " must include read "
611 "segment " SEG_UNIXSTACK " must include read "
662 strcpy(stack_segment.sg.segname, SEG_UNIXSTACK);
H A Dpass1.c4566 strcmp(sg->segname, SEG_UNIXSTACK) != 0){
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h594 #define SEG_UNIXSTACK "__UNIXSTACK" /* the unix stack segment */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h595 #define SEG_UNIXSTACK "__UNIXSTACK" /* the unix stack segment */ macro

Completed in 277 milliseconds