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

1234567891011

/openbsd-current/sys/arch/arm/arm/
H A Darm_machdep.c101 setregs(struct proc *p, struct exec_package *pack, u_long stack, argument
H A Dvm_machdep.c83 cpu_fork(struct proc *p1, struct proc *p2, void *stack, void *tcb, argument
/openbsd-current/lib/libcbor/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...]
/openbsd-current/regress/sys/kern/stackpivot/pagefault/
H A Dstackpivot.c51 size_t stack[10]; local
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_signals_standalone.cpp46 OnStackUnwind(const SignalContext &sig, const void *, BufferedStackTrace *stack) argument
H A Dubsan_diag_standalone.cpp32 BufferedStackTrace stack; local
/openbsd-current/lib/librthread/
H A Drthread_stack.c26 struct stack *stack; local
123 _rthread_free_stack(struct stack *stack) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h18 static u32 malloc_hash(StackTrace *stack, uptr orig_size) { argument
31 static inline bool malloc_bisect(StackTrace *stack, uptr orig_size) { argument
/openbsd-current/regress/sys/kern/stackjmp/
H A Dstackjmp.c37 stack_t stack; local
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_benchmarks_test.cpp72 int stack[1000]; local
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dstart.S187 stack: label
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Ddiskprobe.c126 int node, child, stack[10], depth; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp23 std::stack<std::size_t> stack; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dgdb-mi.el[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dipa.c38 struct cgraph_node **stack = local
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsigaltstack.c83 static char stack[SIGSTKSZ * NR_LEVELS]; local
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.h29 CORE_ADDR *stack; member in struct:dwarf_expr_context
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c20 long long stack[16], *sp = &stack[16], acc = 0; local
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_random.c48 char stack[128]; local
/openbsd-current/libexec/ld.so/
H A Dboot.c63 long *stack; local
/openbsd-current/libexec/ld.so/hppa/
H A Dboot_md.c55 long *stack; local
/openbsd-current/sbin/unwind/libunbound/services/
H A Dmodstack.c92 modstack_init(struct module_stack* stack) argument
99 modstack_config(struct module_stack* stack, const char* module_conf) argument
226 modstack_setup(struct module_stack* stack, const char* module_conf, struct module_env* env) argument
251 modstack_desetup(struct module_stack* stack, struct module_env* env) argument
264 modstack_find(struct module_stack* stack, const char* name) argument
[all...]
/openbsd-current/usr.sbin/unbound/services/
H A Dmodstack.c92 modstack_init(struct module_stack* stack) argument
99 modstack_config(struct module_stack* stack, const char* module_conf) argument
226 modstack_setup(struct module_stack* stack, const char* module_conf, struct module_env* env) argument
251 modstack_desetup(struct module_stack* stack, struct module_env* env) argument
264 modstack_find(struct module_stack* stack, const char* name) argument
[all...]
/openbsd-current/sys/arch/m88k/m88k/
H A Dvm_machdep.c72 cpu_fork(struct proc *p1, struct proc *p2, void *stack, void *tcb, argument

Completed in 317 milliseconds

1234567891011