| /NextBSD/usr.bin/dc/ |
| HD | stack.c | 38 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 …]
|
| HD | bcode.h | 59 struct stack { struct 60 struct value *stack; argument 61 ssize_t size; 62 ssize_t sp;
|
| /NextBSD/sys/sys/ |
| HD | _stack.h | 34 struct stack { struct 35 int depth; 36 vm_offset_t pcs[STACK_MAX];
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_stackdepot_test.cc | 24 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/ |
| HD | mibII_ifstack.c | 38 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/ |
| HD | thr_stack.c | 42 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/ |
| HD | msan_poisoning.cc | 44 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()
|
| HD | msan_origin.h | 86 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()
|
| HD | msan_report.cc | 66 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()
|
| HD | msan_allocator.cc | 99 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/ |
| HD | modstack.c | 76 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/ |
| HD | tree-ssa-threadedge.c | 117 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/ |
| HD | lib_tparm.c | 178 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/ |
| HD | mtsm.h | 116 struct stack { struct 117 stack *next; argument 119 stack(); argument
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_report.h | 59 ReportStack *stack; member 80 ReportStack *stack; member 93 ReportStack *stack; member 100 ReportStack *stack; member
|
| /NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/ |
| HD | tsan_stack_test.cc | 23 uptr stack[128]; in TestStackTrace() local 53 uptr stack[kShadowStackSize]; in TestTrim() local
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_noinst_test.cc | 137 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/ |
| HD | asan_linux.cc | 165 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack() 171 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack()
|
| HD | asan_allocator.cc | 703 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()
|
| HD | asan_mac.cc | 250 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/ |
| HD | sanitizer_stackdepot.cc | 27 uptr stack[1]; // [size] member 111 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() 116 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()
|
| HD | sanitizer_symbolizer_mac.cc | 31 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/ |
| HD | t_clone.c | 97 void *allocstack, *stack; in ATF_TC_BODY() local 193 void *allocstack, *stack; in ATF_TC_BODY() local
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_allocator.cc | 71 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/ |
| HD | dd_rtl.cc | 23 BufferedStackTrace stack; in CurrentStackTrace() local 33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace() local
|