Searched refs:__STACKSIZE__ (Results 1 – 25 of 89) sorted by relevance
1234
31 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')32 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
1 __STACKSIZE__ = 4096; symbol
29 /* __STACKSIZE__ = 4096; */129 . += __STACKSIZE__;133 . += __STACKSIZE__;
37 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')38 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
31 /* __STACKSIZE__ = 4096; */125 . += __STACKSIZE__;128 . += __STACKSIZE__;
32 /* __STACKSIZE__ = 4096; */126 . += __STACKSIZE__;129 . += __STACKSIZE__;
1 __STACKSIZE__ = 16384; symbol
46 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')47 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
47 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')48 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
41 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')42 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
58 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')59 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
32 /* __STACKSIZE__ = 4096; */124 . += __STACKSIZE__;127 . += __STACKSIZE__;
30 /* __STACKSIZE__ = 4096; */110 . += __STACKSIZE__;113 . += __STACKSIZE__;
96 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')97 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
Completed in 25 milliseconds