Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 191) sorted by relevance

12345678

/NextBSD/usr.bin/dc/
HDstack.c38 stack_init(struct stack *stack) in stack_init()
47 stack_empty(const struct stack *stack) in stack_empty()
103 stack_size(const struct stack *stack) in stack_size()
110 stack_dup(struct stack *stack) in stack_dup()
124 stack_swap(struct stack *stack) in stack_swap()
138 stack_grow(struct stack *stack) in stack_grow()
151 stack_pushnumber(struct stack *stack, struct number *b) in stack_pushnumber()
161 stack_pushstring(struct stack *stack, char *string) in stack_pushstring()
171 stack_push(struct stack *stack, struct value *v) in stack_push()
191 stack_tos(const struct stack *stack) in stack_tos()
[all …]
HDbcode.h59 struct stack { struct
60 struct value *stack; argument
61 ssize_t size;
62 ssize_t sp;
/NextBSD/sys/sys/
HD_stack.h34 struct stack { struct
35 int depth;
36 vm_offset_t pcs[STACK_MAX];
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_stackdepot_test.cc24 StackTrace stack = StackDepotGet(i1); in TEST() local
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST() local
37 StackTrace stack = StackDepotGet(i1); in TEST() local
42 StackTrace stack = StackDepotGet(0); in TEST() local
52 StackTrace stack = StackDepotGet(i1); in TEST() local
86 StackTrace stack = StackDepotGet(ids[i]); in TEST() local
/NextBSD/contrib/bsnmp/snmp_mibII/
HDmibII_ifstack.c38 struct mibifstack *stack; in mib_ifstack_create() local
57 struct mibifstack *stack; in mib_ifstack_delete() local
73 struct mibifstack *stack; in op_ifstack() local
/NextBSD/lib/libthr/thread/
HDthr_stack.c42 struct stack { struct
44 size_t stacksize; /* Stack size (rounded up). */ argument
46 void *stackaddr; /* Stack address. */ argument
50 * Default sized (stack and guard) spare stack queue. Stacks are cached argument
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_poisoning.cc44 StackTrace *stack) { in CopyOrigin()
99 StackTrace *stack) { in MoveShadowAndOrigin()
109 StackTrace *stack) { in CopyShadowAndOrigin()
117 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory()
165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()
HDmsan_origin.h86 Origin getNextChainedOrigin(StackTrace *stack) const { in getNextChainedOrigin()
103 static Origin CreateHeapOrigin(StackTrace *stack) { in CreateHeapOrigin()
110 static Origin CreateChainedOrigin(Origin prev, StackTrace *stack) { in CreateChainedOrigin()
HDmsan_report.cc66 StackTrace stack; in DescribeOrigin() local
77 StackTrace stack = o.getStackTraceForHeapOrigin(); in DescribeOrigin() local
99 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR()
115 void ReportExpectedUMRNotFound(StackTrace *stack) { in ReportExpectedUMRNotFound()
HDmsan_allocator.cc99 static void *MsanAllocate(StackTrace *stack, uptr size, uptr alignment, in MsanAllocate()
134 void MsanDeallocate(StackTrace *stack, void *p) { in MsanDeallocate()
162 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc()
169 void *MsanReallocate(StackTrace *stack, void *old_p, uptr new_size, in MsanReallocate()
/NextBSD/contrib/unbound/services/
HDmodstack.c76 modstack_init(struct module_stack* stack) in modstack_init()
83 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config()
/NextBSD/contrib/gcc/
HDtree-ssa-threadedge.c117 remove_temporary_equivalences (VEC(tree, heap) **stack) in remove_temporary_equivalences()
140 record_temporary_equivalence (tree x, tree y, VEC(tree, heap) **stack) in record_temporary_equivalence()
163 record_temporary_equivalences_from_phis (edge e, VEC(tree, heap) **stack) in record_temporary_equivalences_from_phis()
212 record_temporary_equivalences_from_stmts_at_dest (edge e, in record_temporary_equivalences_from_stmts_at_dest()
494 thread_across_edge (tree dummy_cond, in thread_across_edge()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_tparm.c178 TPS(stack)[TPS(stack_ptr)].num_type = TRUE; in npush() local
179 TPS(stack)[TPS(stack_ptr)].data.num = x; in npush() local
193 if (TPS(stack)[TPS(stack_ptr)].num_type) in npop() local
206 TPS(stack)[TPS(stack_ptr)].num_type = FALSE; in spush() local
207 TPS(stack)[TPS(stack_ptr)].data.str = x; in spush() local
/NextBSD/contrib/groff/src/roff/troff/
HDmtsm.h116 struct stack { struct
117 stack *next; argument
119 stack(); argument
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_report.h59 ReportStack *stack; member
80 ReportStack *stack; member
93 ReportStack *stack; member
100 ReportStack *stack; member
/NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/
HDtsan_stack_test.cc23 uptr stack[128]; in TestStackTrace() local
53 uptr stack[kShadowStackSize]; in TestTrim() local
/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_noinst_test.cc137 BufferedStackTrace stack; in TEST() local
158 BufferedStackTrace stack; in ThreadedQuarantineTestWorker() local
185 BufferedStackTrace stack; in ThreadedOneSizeMallocStress() local
238 BufferedStackTrace stack; in TEST() local
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_linux.cc165 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack()
171 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack()
HDasan_allocator.cc703 void *asan_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in asan_memalign()
708 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
712 void asan_sized_free(void *ptr, uptr size, BufferedStackTrace *stack, in asan_sized_free()
717 void *asan_malloc(uptr size, BufferedStackTrace *stack) { in asan_malloc()
721 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in asan_calloc()
725 void *asan_realloc(void *p, uptr size, BufferedStackTrace *stack) { in asan_realloc()
735 void *asan_valloc(uptr size, BufferedStackTrace *stack) { in asan_valloc()
739 void *asan_pvalloc(uptr size, BufferedStackTrace *stack) { in asan_pvalloc()
750 BufferedStackTrace *stack) { in asan_posix_memalign()
HDasan_mac.cc250 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack()
298 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { in asan_register_worker_thread()
333 BufferedStackTrace *stack) { in alloc_asan_context()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_stackdepot.cc27 uptr stack[1]; // [size] member
111 u32 StackDepotPut(StackTrace stack) { in StackDepotPut()
116 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()
HDsanitizer_symbolizer_mac.cc31 bool DlAddrSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { in SymbolizePC()
131 bool AtosSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { in SymbolizePC()
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_clone.c97 void *allocstack, *stack; in ATF_TC_BODY() local
193 void *allocstack, *stack; in ATF_TC_BODY() local
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_allocator.cc71 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation()
88 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate()
111 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
/NextBSD/contrib/compiler-rt/lib/tsan/dd/
HDdd_rtl.cc23 BufferedStackTrace stack; in CurrentStackTrace() local
33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace() local

12345678