Searched defs:stack (Results 1 - 25 of 588) sorted by relevance

1234567891011>>

/netbsd-current/lib/libc/sys/
H A DLint___clone.c12 __clone(int (*func)(void *), void *stack, int flags, void *arg) argument
H A DLint_clone.c13 clone(int (*func)(void *), void *stack, int flags, void *arg) argument
/netbsd-current/sys/arch/ia64/stand/ia64/ski/
H A Dstart.S64 stack: .skip STACKSIZE label
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dclone3.c33 long stack[16384]; local
H A Dclone4.c36 char *stack = malloc (stacksize); local
H A Dclone5.c28 long stack[16384]; local
H A Dclone1.c36 long stack[16384]; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag_standalone.cc31 BufferedStackTrace stack; local
H A Dubsan_signals_standalone.cc44 OnStackUnwind(const SignalContext &sig, const void *, BufferedStackTrace *stack) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cc29 BufferedStackTrace stack; local
H A Dubsan_signals_standalone.cc44 OnStackUnwind(const SignalContext &sig, const void *, BufferedStackTrace *stack) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-evrp-analyze.h52 auto_vec<std::pair <tree, value_range_equiv *> > stack; member in class:evrp_range_analyzer
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dclone3.c33 long stack[16384]; local
H A Dclone4.c36 char *stack = malloc (stacksize); local
H A Dclone5.c28 long stack[16384]; local
/netbsd-current/sys/ddb/
H A Ddb_lwp.c66 uintptr_t stack; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_stack_test.cc23 uptr stack[128]; local
53 uptr stack[kShadowStackSize]; local
H A Dtsan_shadow_test.cc51 int stack; local
/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.h26 struct _cbor_stack *stack; member in struct:_cbor_decoder_context
H A Dstack.c14 void _cbor_stack_pop(struct _cbor_stack *stack) { argument
21 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *stack, argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dalt-stack.h42 stack_t stack; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dalt-stack.h42 stack_t stack; local
[all...]
/netbsd-current/sys/arch/m68k/m68k/
H A Dm68k_machdep.c91 setregs(struct lwp *l, struct exec_package *pack, vaddr_t stack) argument
/netbsd-current/lib/libexecinfo/
H A Dbuiltin.c58 void *stack = &stack; local
/netbsd-current/common/lib/libprop/
H A Dprop_stack.c36 _prop_stack_init(prop_stack_t stack) argument
43 _prop_stack_push(prop_stack_t stack, prop_object_t obj, void *data1, argument
80 _prop_stack_pop(prop_stack_t stack, prop_object_t *obj, void **data1, void **data2, void **data3) argument
[all...]

Completed in 405 milliseconds

1234567891011>>