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

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/big-stack/
H A DMakefile27 STACK_SIZE = 0x83000000 macro
31 STACK_SIZE = 0x02100000 macro
37 STACK_SIZE = 0x20000000 macro
47 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c -Wl,-w -Wl,-stack_size -Wl,${STACK_SIZE} -DSTACK_SIZE=${STACK_SIZE}
H A Dmain.c56 foo(STACK_SIZE, &start);
/macosx-10.10.1/Csu-85/
H A Dlazy_dylib_helper.s44 #define STACK_SIZE 104 /* must be 8 mod 16 so that stack winds up 16-byte aliged */ define
52 subl $STACK_SIZE,%esp # makes stack 16-byte aligned
76 addl $STACK_SIZE,%esp # cut back stack
109 #define STACK_SIZE 192 /* (XMMM7_SAVE+16) must be 16 byte aligned too */ define
118 subq $STACK_SIZE,%rsp
152 addq $STACK_SIZE,%rsp
169 #define STACK_SIZE MODE_CHOICE(144,288) define
187 stgu r1,-STACK_SIZE(r1) ; save stack pointer and update it
204 lg r0,STACK_SIZE+LRSAVE(r1) ; get old link register value
215 addi r1,r1,STACK_SIZE; restor
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A Dstub_binding_helper.s52 #define STACK_SIZE 100 /* must be 4 mod 16 so that stack winds up 16-byte aliged */ define
63 subl $STACK_SIZE,%esp # makes stack 16-byte aligned
92 addl $STACK_SIZE+4,%esp # cut back stack
132 #define STACK_SIZE 192 /* (XMMM7_SAVE+16) must be 16 byte aligned too */ define
140 subq $STACK_SIZE,%rsp # at this point stack is 16-byte aligned because two meta-parameters where pushed
175 addq $STACK_SIZE,%rsp
H A Ddyld_stub_binder.s42 #define STACK_SIZE 100 /* must be 4 mod 16 so that stack winds up 16-byte aliged */ define
54 subl $STACK_SIZE,%esp # makes stack 16-byte aligned
83 addl $STACK_SIZE+4,%esp # cut back stack
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dndis2.c67 #define STACK_SIZE 256 macro
806 free (freeStacks[i] - STACK_SIZE);
819 freeStacks[i] = malloc (STACK_SIZE);
822 freeStacks[i] += STACK_SIZE;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsets.c548 #define STACK_SIZE 64 macro
555 if ( stp >= ( STACK_SIZE - 1 ) ) SF_ERROR( overflow ); \
560 BerVarray stack[ STACK_SIZE ] = { 0 };
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h536 #define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID_PTR ) \
537 (uintptr_t) CreateThread( SECURITY_PTR, STACK_SIZE, (LPTHREAD_START_ROUTINE) START_ADDRESS, ARG_LIST, FLAGS, \

Completed in 96 milliseconds