Home
last modified time | relevance | path

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

12345678

/freebsd-13.1/usr.bin/dc/
H A Dstack.c38 stack_init(struct stack *stack) in stack_init()
47 stack_empty(const struct stack *stack) in stack_empty()
101 stack_size(const struct stack *stack) in stack_size()
108 stack_dup(struct stack *stack) in stack_dup()
122 stack_swap(struct stack *stack) in stack_swap()
136 stack_grow(struct stack *stack) in stack_grow()
189 stack_tos(const struct stack *stack) in stack_tos()
212 stack_pop(struct stack *stack) in stack_pop()
221 stack_popnumber(struct stack *stack) in stack_popnumber()
236 stack_popstring(struct stack *stack) in stack_popstring()
[all …]
H A Dbcode.h59 struct stack { struct
60 struct value *stack; argument
61 ssize_t size;
62 ssize_t sp;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp39 const StackTrace* const stack; member in __sanitizer::ScopedAllocatorErrorReport
44 const StackTrace *stack) { in ReportCallocOverflow()
55 const StackTrace *stack) { in ReportReallocArrayOverflow()
66 void NORETURN ReportPvallocOverflow(uptr size, const StackTrace *stack) { in ReportPvallocOverflow()
77 const StackTrace *stack) { in ReportInvalidAllocationAlignment()
87 const StackTrace *stack) { in ReportInvalidAlignedAllocAlignment()
105 const StackTrace *stack) { in ReportInvalidPosixMemalignAlignment()
119 const StackTrace *stack) { in ReportAllocationSizeTooBig()
128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory()
137 void NORETURN ReportRssLimitExceeded(const StackTrace *stack) { in ReportRssLimitExceeded()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp85 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate()
107 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc()
124 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
152 const StackTrace &stack) { in lsan_posix_memalign()
177 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign()
187 void *lsan_malloc(uptr size, const StackTrace &stack) { in lsan_malloc()
195 void *lsan_realloc(void *p, uptr size, const StackTrace &stack) { in lsan_realloc()
200 const StackTrace &stack) { in lsan_reallocarray()
210 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { in lsan_calloc()
214 void *lsan_valloc(uptr size, const StackTrace &stack) { in lsan_valloc()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp204 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate()
279 static void *HwasanReallocate(StackTrace *stack, void *tagged_ptr_old, in HwasanReallocate()
298 static void *HwasanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in HwasanCalloc()
331 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc()
335 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { in hwasan_calloc()
339 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack) { in hwasan_realloc()
359 void *hwasan_valloc(uptr size, StackTrace *stack) { in hwasan_valloc()
364 void *hwasan_pvalloc(uptr size, StackTrace *stack) { in hwasan_pvalloc()
387 void *hwasan_memalign(uptr alignment, uptr size, StackTrace *stack) { in hwasan_memalign()
398 StackTrace *stack) { in hwasan_posix_memalign()
[all …]
H A Dhwasan_malloc_bisect.h18 static u32 malloc_hash(StackTrace *stack, uptr orig_size) { in malloc_hash()
31 static inline bool malloc_bisect(StackTrace *stack, uptr orig_size) { in malloc_bisect()
/freebsd-13.1/sys/sys/
H A D_stack.h36 struct stack { struct
37 int depth;
38 vm_offset_t pcs[STACK_MAX];
/freebsd-13.1/contrib/unbound/services/
H A Dmodstack.c92 modstack_init(struct module_stack* stack) in modstack_init()
99 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config()
222 modstack_setup(struct module_stack* stack, const char* module_conf, in modstack_setup()
247 modstack_desetup(struct module_stack* stack, struct module_env* env) in modstack_desetup()
260 modstack_find(struct module_stack* stack, const char* name) in modstack_find()
/freebsd-13.1/contrib/bsnmp/snmp_mibII/
H A DmibII_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
/freebsd-13.1/lib/libthr/thread/
H A Dthr_stack.c45 struct stack { struct
47 size_t stacksize; /* Stack size (rounded up). */ argument
49 void *stackaddr; /* Stack address. */ argument
53 * Default sized (stack and guard) spare stack queue. Stacks are cached argument
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_tag.c157 pqisrc_init_taglist(pqisrc_softstate_t *softs, lockless_stack_t *stack, in pqisrc_init_taglist()
196 pqisrc_destroy_taglist(pqisrc_softstate_t *softs, lockless_stack_t *stack) in pqisrc_destroy_taglist()
214 pqisrc_put_tag(lockless_stack_t *stack, uint32_t index) in pqisrc_put_tag()
251 pqisrc_get_tag(lockless_stack_t *stack) in pqisrc_get_tag()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp43 StackTrace *stack) { in CopyOrigin()
98 StackTrace *stack) { in ReverseCopyOrigin()
154 StackTrace *stack) { in MoveOrigin()
167 StackTrace *stack) { in MoveShadowAndOrigin()
180 StackTrace *stack) { in CopyShadowAndOrigin()
191 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory()
240 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()
H A Dmsan_allocator.cpp154 static void *MsanAllocate(StackTrace *stack, uptr size, uptr alignment, in MsanAllocate()
196 void MsanDeallocate(StackTrace *stack, void *p) { in MsanDeallocate()
248 static void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc()
265 void *msan_malloc(uptr size, StackTrace *stack) { in msan_malloc()
269 void *msan_calloc(uptr nmemb, uptr size, StackTrace *stack) { in msan_calloc()
273 void *msan_realloc(void *ptr, uptr size, StackTrace *stack) { in msan_realloc()
293 void *msan_valloc(uptr size, StackTrace *stack) { in msan_valloc()
297 void *msan_pvalloc(uptr size, StackTrace *stack) { in msan_pvalloc()
310 void *msan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { in msan_aligned_alloc()
320 void *msan_memalign(uptr alignment, uptr size, StackTrace *stack) { in msan_memalign()
[all …]
H A Dmsan_origin.h85 Origin getNextChainedOrigin(StackTrace *stack) const { in getNextChainedOrigin()
102 static Origin CreateHeapOrigin(StackTrace *stack) { in CreateHeapOrigin()
109 static Origin CreateChainedOrigin(Origin prev, StackTrace *stack) { in CreateChainedOrigin()
H A Dmsan_report.cpp64 StackTrace stack; in DescribeOrigin() local
75 StackTrace stack = o.getStackTraceForHeapOrigin(); in DescribeOrigin() local
98 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR()
114 void ReportExpectedUMRNotFound(StackTrace *stack) { in ReportExpectedUMRNotFound()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp257 BufferedStackTrace *stack) { in ReportSanitizerGetAllocatedSizeNotOwned()
271 BufferedStackTrace *stack) { in ReportReallocArrayOverflow()
277 void ReportPvallocOverflow(uptr size, BufferedStackTrace *stack) { in ReportPvallocOverflow()
284 BufferedStackTrace *stack) { in ReportInvalidAllocationAlignment()
292 BufferedStackTrace *stack) { in ReportInvalidAlignedAllocAlignment()
300 BufferedStackTrace *stack) { in ReportInvalidPosixMemalignAlignment()
308 BufferedStackTrace *stack) { in ReportAllocationSizeTooBig()
315 void ReportRssLimitExceeded(BufferedStackTrace *stack) { in ReportRssLimitExceeded()
321 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory()
339 BufferedStackTrace *stack) { in ReportStringFunctionSizeOverflow()
[all …]
H A Dasan_errors.h128 const BufferedStackTrace *stack; member
140 const BufferedStackTrace *stack; member
153 const BufferedStackTrace *stack; member
168 const BufferedStackTrace *stack; member
183 const BufferedStackTrace *stack; member
195 const BufferedStackTrace *stack; member
208 const BufferedStackTrace *stack; member
223 const BufferedStackTrace *stack; member
236 const BufferedStackTrace *stack; member
253 const BufferedStackTrace *stack; member
[all …]
H A Dasan_allocator.cpp55 u32 tid, u32 stack) { in AtomicContextStore()
63 u32 &tid, u32 &stack) { in AtomicContextLoad()
120 void SetAllocContext(u32 tid, u32 stack) { in SetAllocContext()
133 void SetFreeContext(u32 tid, u32 stack) { in SetFreeContext()
893 u32 stack = 0; in AllocTid() local
902 u32 stack = 0; in FreeTid() local
920 u32 stack = 0; in GetAllocStackId() local
929 u32 stack = 0; in GetFreeStackId() local
988 BufferedStackTrace *stack) { in asan_reallocarray()
1055 BufferedStackTrace *stack) { in asan_posix_memalign()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp87 BufferedStackTrace stack; in DFsanAllocate() local
104 BufferedStackTrace stack; in DFsanAllocate() local
161 BufferedStackTrace stack; in DFsanCalloc() local
200 BufferedStackTrace stack; in dfsan_reallocarray() local
217 BufferedStackTrace stack; in dfsan_pvalloc() local
230 BufferedStackTrace stack; in dfsan_aligned_alloc() local
241 BufferedStackTrace stack; in dfsan_memalign() local
251 BufferedStackTrace stack; in dfsan_posix_memalign() local
H A Ddfsan_origin.h64 Origin getNextChainedOrigin(StackTrace *stack) const { in getNextChainedOrigin()
73 static Origin CreateChainedOrigin(Origin prev, StackTrace *stack) { in CreateChainedOrigin()
/freebsd-13.1/sys/contrib/ck/include/
H A Dck_stack.h56 struct ck_stack_entry *stack; in ck_stack_push_upmc() local
80 struct ck_stack_entry *stack; in ck_stack_trypush_upmc() local
275 struct ck_stack_entry *stack; in ck_stack_push_mpnc() local
334 ck_stack_init(struct ck_stack *stack) in ck_stack_init()
348 #define CK_STACK_FOREACH(stack, entry) \ argument
352 #define CK_STACK_FOREACH_SAFE(stack, entry, T) \ argument
/freebsd-13.1/contrib/libcbor/src/cbor/internal/
H A Dstack.c14 void _cbor_stack_pop(struct _cbor_stack *stack) { in _cbor_stack_pop()
21 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *stack, in _cbor_stack_push()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c179 TPS(stack)[TPS(stack_ptr)].num_type = TRUE; in npush() local
180 TPS(stack)[TPS(stack_ptr)].data.num = x; in npush() local
194 if (TPS(stack)[TPS(stack_ptr)].num_type) in npop() local
207 TPS(stack)[TPS(stack_ptr)].num_type = FALSE; in spush() local
208 TPS(stack)[TPS(stack_ptr)].data.str = x; in spush() local
757 TPS(stack)[0].data.num = (int) param[0]; in tparam_internal() local
762 TPS(stack)[1].data.num = (int) param[1]; in tparam_internal() local
/freebsd-13.1/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c52 uintptr_t stack) in cloudabi64_proc_setregs()
142 stack_t stack; in cloudabi64_thread_setregs() local
/freebsd-13.1/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c52 uintptr_t stack) in cloudabi32_proc_setregs()
150 stack_t stack; in cloudabi32_thread_setregs() local

12345678