Home
last modified time | relevance | path

Searched refs:__stack (Results 1 – 18 of 18) sorted by relevance

/NextBSD/sys/powerpc/include/
HDstdarg.h78 (ap).__stack = __va_stack_args, \
117 ((ap).__stack += __va_size(type) + \
118 (__va_longlong(type) ? (int)(ap).__stack & 4 : 0), \
119 (ap).__stack - sizeof(type))
HDvarargs.h72 ((ap).__stack = __va_stack_args, \
HD_types.h155 char *__stack; member
/NextBSD/sys/mips/nlm/dev/net/ucore/
HDcrt0_basic.S42 .globl __stack
52 la sp, __stack # set stack pointer
HDld.ucore.S151 PROVIDE(__stack = . - 64);
/NextBSD/contrib/binutils/ld/scripttempl/
HDaout.sc14 ${RELOCATING+PROVIDE (__stack = 0);}
/NextBSD/sys/boot/powerpc/kboot/
HDldscript.powerpc8 PROVIDE (__stack = 0);
/NextBSD/sys/boot/powerpc/ps3/
HDldscript.powerpc8 PROVIDE (__stack = 0);
/NextBSD/sys/boot/powerpc/ofw/
HDldscript.powerpc8 PROVIDE (__stack = 0);
/NextBSD/sys/conf/
HDldscript.powerpc8 PROVIDE (__stack = 0);
HDldscript.powerpc648 PROVIDE (__stack = 0);
/NextBSD/sys/boot/powerpc/uboot/
HDldscript.powerpc8 PROVIDE (__stack = 0);
/NextBSD/contrib/binutils/ld/
HDldint.texinfo401 $@{RELOCATING+ PROVIDE (__stack = 0x80000000);@}
403 The value of the symbol @code{__stack} would then be used in the startup
HDChangeLog-919773 (__stack): Assign from ${STACK_START_ADDR}.
98 region. Add more of the standard elf sections. Default __stack
124 * scripttempl/v850.sc: Rename linker symbol '_stack' to '__stack'
1680 * scripttempl/elfppc.sc (__stack): Make __stack 0 if it was
1822 * scripttempl/aout.sc: Only PROVIDE __stack when RELOCATING. Undo
1832 * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it
HDChangeLog-98991061 user definable symbol __stack.
HDChangeLog-00012864 (__stack): Define from ${STACK} for main().
/NextBSD/contrib/gcc/doc/
HDinvoke.texi7717 @samp{__stack} is the default.
/NextBSD/contrib/gcc/
HDChangeLog-200010121 (avr_init_stack): Initialize as "__stack".