Home
last modified time | relevance | path

Searched refs:stack_ptr (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dlib_tparm.c291 if (TPS(stack_ptr) < STACKSIZE) { \
292 TPS(stack)[TPS(stack_ptr)].num_type = TRUE; \
293 TPS(stack)[TPS(stack_ptr)].data.num = x; \
294 TPS(stack_ptr)++; \
311 if (TPS(stack_ptr) < STACKSIZE) { \
312 TPS(stack)[TPS(stack_ptr)].num_type = FALSE; \
313 TPS(stack)[TPS(stack_ptr)].data.str = x; \
314 TPS(stack_ptr)++; \
330 ((TPS(stack_ptr)-- > 0) \
331 ? ((TPS(stack)[TPS(stack_ptr)].num_type) \
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dactions.c60 unsigned long *stack_ptr; in gdb_c_test() local
68 stack_ptr = (unsigned long *) &local_long; in gdb_c_test()
70 (unsigned long) &stack_ptr + sizeof(stack_ptr) + sizeof(end_of_stack) - 1; in gdb_c_test()
H A Dgdb_c_test.c504 unsigned long *stack_ptr; in gdb_c_test() local
512 stack_ptr = (unsigned long *) &local_long; in gdb_c_test()
514 (unsigned long) &stack_ptr + sizeof(stack_ptr) + sizeof(end_of_stack) - 1; in gdb_c_test()
/openbsd-src/sys/dev/wscons/
H A Dwskbdutil.c399 int i, s, kc, stack_ptr; in wskbd_load_keymap() local
405 for (cur = layout & ~KB_HANDLEDBYWSKBD, stack_ptr = 0; in wskbd_load_keymap()
406 cur != 0; stack_ptr++) { in wskbd_load_keymap()
415 if (stack_ptr == nitems(stack)) in wskbd_load_keymap()
421 stack[stack_ptr] = mp; in wskbd_load_keymap()
425 for (i = 0, s = stack_ptr - 1; s >= 0; s--) { in wskbd_load_keymap()
437 for (s = stack_ptr - 1; s >= 0; s--) { in wskbd_load_keymap()
/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp103 void *stack_ptr = (char *)start + size; in unsafe_stack_setup() local
104 SFS_CHECK((((size_t)stack_ptr) & (kStackAlign - 1)) == 0); in unsafe_stack_setup()
106 __safestack_unsafe_stack_ptr = stack_ptr; in unsafe_stack_setup()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Dtpf-unwind.h136 ({ register unsigned long int *stack_ptr asm ("%r15"); stack_ptr; })
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D991209-1.c8 register char *stack_ptr __asm ("%esp");
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c130 tree *stack_ptr = current_scope_stmt_stack (); local
132 tree top = *stack_ptr;
143 *stack_ptr = top;
148 *stack_ptr = TREE_CHAIN (top);
/openbsd-src/lib/libcurses/
H A Dterm.priv.h83 int stack_ptr; member
H A Dreport_offsets.c193 show_offset(TPARM_STATE, stack_ptr); in main()
/openbsd-src/sys/dev/pci/
H A Dif_iwx.c9850 uint32_t stack_ptr; /* stack pointer */ in iwx_rx_pkt()
9443 uint32_t stack_ptr; /* stack pointer */ global() member
H A Dif_iwm.c10693 uint32_t stack_ptr; /* stack pointer */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog9590 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi