Searched refs:_stack (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dstack.h9 void push (List *_stack, void *_elem);
10 void *pop (List *_stack);
11 void unshift (List *_stack, void *_elem);
12 void *shift (List *_stack);
13 void push_string (List *_stack, char *_elem);
14 char *pop_string (List *_stack);
15 void unshift_string (List *_stack, char *_elem);
16 char *shift_string (List *_stack);
17 int isempty (List *_stack);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
H A Dcrti.S36 .weak _stack
37 .set _stack, 0xffffffff
45 la r11, r0, _stack
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/microblaze/
H A Dcrti.S36 .weak _stack
37 .set _stack, 0xffffffff
45 la r11, r0, _stack
/netbsd-current/sys/arch/mmeye/conf/
H A Dshl.x30 _stack = . ;
H A Dsh.x34 _stack = . ;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dm32r.inc33 seth sp, #shigh(_stack)
34 add3 sp, sp, #low(_stack)
H A Dfrv.inc43 sethi #gprelhi(_stack), sp
44 setlo #gprello(_stack), sp
H A Dh8300.inc37 _stack: .long 1
42 mov.w #_stack,sp ; or mov.l #_stack,sp
H A Dsh.inc68 comment "If there is a _stack symbol, use it for setting up the stack"
69 comment "pointer. In hosted mode (when there is no _stack symbol),"
79 .weak _stack
80 .long _stack
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dm32r.inc33 seth sp, #shigh(_stack)
34 add3 sp, sp, #low(_stack)
H A Dfrv.inc43 sethi #gprelhi(_stack), sp
44 setlo #gprello(_stack), sp
H A Dh8300.inc37 _stack: .long 1
42 mov.w #_stack,sp ; or mov.l #_stack,sp
H A Dsh.inc68 comment "If there is a _stack symbol, use it for setting up the stack"
69 comment "pointer. In hosted mode (when there is no _stack symbol),"
79 .weak _stack
80 .long _stack
/netbsd-current/sys/arch/evbsh3/conf/
H A Dsh.x34 _stack = . ;
H A Dshl.x34 _stack = . ;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32_init.inc41 la $sp, _stack
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32_init.inc41 la $sp, _stack
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dldm.s14 _stack: .long 0,1,2,3,4,5,6,7,8,9,0,0,0,0,0,0 label
133 mov #_stack, er7
146 test_h_gr32 _stack+8, er7
150 mov #_stack+4, er7
163 test_h_gr32 _stack+16, er7
167 mov #_stack+4, er7
180 test_h_gr32 _stack+20, er7
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
H A Dldm.s14 _stack: .long 0,1,2,3,4,5,6,7,8,9,0,0,0,0,0,0 label
133 mov #_stack, er7
146 test_h_gr32 _stack+8, er7
150 mov #_stack+4, er7
163 test_h_gr32 _stack+16, er7
167 mov #_stack+4, er7
180 test_h_gr32 _stack+20, er7
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mn10300/
H A Dtestutils.inc53 .global _stack
54 _stack:
61 mov _stack, a0;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/mn10300/
H A Dtestutils.inc53 .global _stack
54 _stack:
61 mov _stack, a0;
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/v850/
H A Dtestutils.inc6 _stack:
17 movhi hi(_stack), r0, sp
18 movea lo(_stack), sp, sp
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/v850/
H A Dtestutils.inc6 _stack:
17 movhi hi(_stack), r0, sp
18 movea lo(_stack), sp, sp
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/score/
H A Dcrti.S26 .extern _stack
46 la r0, _stack
98 la r0, _stack
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/score/
H A Dcrti.S26 .extern _stack
46 la r0, _stack
98 la r0, _stack

Completed in 154 milliseconds

12