Searched refs:stack (Results 276 - 300 of 389) sorted by relevance

<<111213141516

/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dintr.c27 #include <sys/stack.h>
H A Dmemlist.c57 #include <sys/stack.h>
H A Dmlsetup.c40 #include <sys/stack.h>
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/ml/
H A Ddrmach_asm.s47 #include <sys/stack.h>
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs225 # the perl stack as a list.
309 * Push the contents of the array onto the stack.
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS145 stack and heap needed to do useful work with it.
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c1349 * The ability to modify the stack flags was added
1352 * segment. However, there can only be one stack program
1355 * attempt to create more than one stack segment. The
1358 * If this is a stack segment, locate the real stack
1361 * The end result is that all stack segments simply
1362 * alter the one stack descriptor, and the segment
1366 Sg_desc *stack = ld_map_seg_stack(mf); local
1369 stack->sg_phdr.p_flags =
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s81 * save current fpregs on stack using blockstore
98 * restore fpregs from stack using blockload
113 * We've tried to restore fp state from the stack and failed. To
137 * using our stack is ideal (and since fp copy cannot be leaf optimized
149 * on the stack. It should not be set until this save has been completed.
152 * been restored from the stack. If an error occurs while restoring
153 * data from the stack, the error handler can check this flag to see if
187 * Size of stack frame in order to accomodate a 64-byte aligned
534 ! restore fpregs from stack
737 ! save in-use fpregs on stack
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2114 tg_poststate_t *free = NULL, *stack = NULL, *state; local
2144 state->tgps_next = stack;
2145 stack = state;
2163 if ((state = stack) != NULL) {
2169 stack = state->tgps_next;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl62 localization, restoring the previous value. Voila, automatic stack management.
343 Controls behavior during single-stepping. Stacked in C<@stack> on entry to
398 =head4 C<@stack>
738 # + Cosmetic bugs in printing stack trace.
739 # + `frame' & 8 to print "expanded args" in stack trace.
788 # + Added command stack dump on argument of "?" for >, <, or {.
1191 # If we didn't get a default for the length of eval/stack trace args,
1705 # If there's any call stack in place, turn off single
1706 # stepping into subs throughout the stack.
1708 $stack[
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpolicy.c216 pc_t stack[MAXPRIVSTACK]; local
259 depth = getpcstack(stack, MAXPRIVSTACK);
262 * Try to find the first interesting function on the stack.
268 sym = kobj_getsymname((uintptr_t)stack[i], &off);
H A Dcore.c52 #include <sys/stack.h>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1366 229 average unshared stack size
1376 236 average unshared stack size
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm58 is at the bottom of the stack, for this reason and to maintain
/opensolaris-onvv-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c41 #include <sys/stack.h>
75 * To support debugging java programs, we display java frames within a stack.
173 * even if the main stack is absent.
190 (void) fprintf(stderr, " (show process call stack)\n");
722 * zone, and we want to get proper java stack stack frames, then
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c512 START(stack, stack_t);
610 (void) printf(fmt, "stack");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_def.c64 #include <openssl/stack.h>
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx_all.c61 #include <openssl/stack.h>
/opensolaris-onvv-gate/usr/src/lib/libc/i386/
H A DMakefile.com537 stack.o \
1094 stack.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/
H A DMakefile.com568 stack.o \
1128 stack.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com531 stack.o \
1062 stack.o \
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dregex_internal.h465 /* The OS usually guarantees only one guard page at the bottom of the stack,
468 of a few compiler-allocated temporary stack slots. */
656 struct re_fail_stack_ent_t *stack; member in struct:re_fail_stack_t
/opensolaris-onvv-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c26 #include <sys/stack.h>
162 * that were pushed on the stack prior to its execution. We do this by
164 * the stack, executing a call instruction, and then performing an add
/opensolaris-onvv-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c28 #include <sys/stack.h>
172 uintptr_t gq_addr; /* stack address to match */
212 * looking for a stack pointer match; if one is found,
250 * through the buffers looking for a stack pointer
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Davintr.c44 #include <sys/stack.h>

Completed in 258 milliseconds

<<111213141516