/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_report.cpp | 39 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() 136 void NORETURN ReportRssLimitExceeded(const StackTrace *stack) { in ReportRssLimitExceeded()
|
/freebsd/contrib/libcbor/test/ |
H A D | callbacks_test.c | 35 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_byte_string_callback_append() local 75 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_byte_string_callback_append_alloc_failure() local 107 struct _cbor_stack stack = _cbor_stack_init(); test_builder_byte_string_callback_append_item_alloc_failure() local 141 struct _cbor_stack stack = _cbor_stack_init(); test_builder_byte_string_callback_append_parent_alloc_failure() local 175 struct _cbor_stack stack = _cbor_stack_init(); test_builder_string_callback_append() local 212 struct _cbor_stack stack = _cbor_stack_init(); test_builder_string_callback_append_alloc_failure() local 243 struct _cbor_stack stack = _cbor_stack_init(); test_builder_string_callback_append_item_alloc_failure() local 275 struct _cbor_stack stack = _cbor_stack_init(); test_builder_string_callback_append_parent_alloc_failure() local 306 struct _cbor_stack stack = _cbor_stack_init(); test_append_array_failure() local 335 struct _cbor_stack stack = _cbor_stack_init(); test_append_map_failure() local [all...] |
/freebsd/contrib/unbound/services/ |
H A D | modstack.c | 92 modstack_init(struct module_stack* stack) in modstack_init() 99 modstack_free(struct module_stack* stack) in modstack_free() 109 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config() 236 modstack_call_startup(struct module_stack* stack, const char* module_conf, in modstack_call_startup() 262 modstack_call_init(struct module_stack* stack, const char* module_conf, in modstack_call_init() 302 modstack_call_deinit(struct module_stack* stack, struct module_env* env) in modstack_call_deinit() 312 modstack_call_destartup(struct module_stack* stack, struct module_env* env) in modstack_call_destartup() 324 modstack_find(struct module_stack* stack, const char* name) in modstack_find()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 63 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation() 82 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig() 90 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate() 115 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc() 130 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() 180 const StackTrace &stack) { in lsan_posix_memalign() 195 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc() 205 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign() 215 void *lsan_malloc(uptr size, const StackTrace &stack) { in lsan_malloc() 223 void *lsan_realloc(void *p, uptr size, const StackTrace &stack) { in lsan_realloc() [all …]
|
/freebsd/sys/sys/ |
H A D | _stack.h | 34 struct stack { struct 35 int depth; 36 vm_offset_t pcs[STACK_MAX];
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | 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
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_tag.c | 156 pqisrc_init_taglist(pqisrc_softstate_t *softs, lockless_stack_t *stack, in pqisrc_init_taglist() 195 pqisrc_destroy_taglist(pqisrc_softstate_t *softs, lockless_stack_t *stack) in pqisrc_destroy_taglist() 213 pqisrc_put_tag(lockless_stack_t *stack, uint32_t index) in pqisrc_put_tag() 250 pqisrc_get_tag(lockless_stack_t *stack) in pqisrc_get_tag()
|
/freebsd/sys/dev/qat/qat_api/common/utils/ |
H A D | lac_lock_free_stack.h | 34 pop(lock_free_stack_t *stack) in pop() 56 push(lock_free_stack_t *stack, lac_mem_blk_t *val) in push() 74 lock_free_stack_t stack = { { { 0 } } }; in _init_stack() local 79 top(lock_free_stack_t *stack) in top()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 83 inline void Metadata::SetAllocated(u32 stack, u64 size) { in SetAllocated() 183 static void *HwasanAllocate(StackTrace *stack, uptr orig_size, uptr alignment, in HwasanAllocate() 277 static bool CheckInvalidFree(StackTrace *stack, void *untagged_ptr, in CheckInvalidFree() 288 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate() 377 static void *HwasanReallocate(StackTrace *stack, void *tagged_ptr_old, in HwasanReallocate() 395 static void *HwasanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in HwasanCalloc() 451 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc() 455 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { in hwasan_calloc() 459 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack) { in hwasan_realloc() 469 void *hwasan_reallocarray(void *ptr, uptr nmemb, uptr size, StackTrace *stack) { in hwasan_reallocarray() [all …]
|
H A D | hwasan_malloc_bisect.h | 18 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/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_report.cpp | 253 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) { in ReportMallocUsableSizeNotOwned() 260 BufferedStackTrace *stack) { in ReportSanitizerGetAllocatedSizeNotOwned() 267 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() 274 BufferedStackTrace *stack) { in ReportReallocArrayOverflow() 280 void ReportPvallocOverflow(uptr size, BufferedStackTrace *stack) { in ReportPvallocOverflow() 287 BufferedStackTrace *stack) { in ReportInvalidAllocationAlignment() 295 BufferedStackTrace *stack) { in ReportInvalidAlignedAllocAlignment() 303 BufferedStackTrace *stack) { in ReportInvalidPosixMemalignAlignment() 311 BufferedStackTrace *stack) { in ReportAllocationSizeTooBig() 318 void ReportRssLimitExceeded(BufferedStackTrace *stack) { in ReportRssLimitExceeded() [all …]
|
H A D | asan_errors.h | 128 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 D | asan_allocator.cpp | 57 u32 tid, u32 stack) { in AtomicContextStore() 65 u32 &tid, u32 &stack) { in AtomicContextLoad() 121 void SetAllocContext(u32 tid, u32 stack) { in SetAllocContext() 134 void SetFreeContext(u32 tid, u32 stack) { in SetFreeContext() 936 u32 stack = 0; in AllocTid() local 945 u32 stack = 0; in FreeTid() local 956 u32 stack = 0; in GetAllocStackId() local 965 u32 stack = 0; in GetFreeStackId() local 998 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() 1003 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 98 BufferedStackTrace stack; in DFsanAllocate() local 104 BufferedStackTrace stack; in DFsanAllocate() local 121 BufferedStackTrace stack; in DFsanAllocate() local 178 BufferedStackTrace stack; in DFsanCalloc() local 235 BufferedStackTrace stack; in dfsan_reallocarray() local 252 BufferedStackTrace stack; in dfsan_pvalloc() local 265 BufferedStackTrace stack; in dfsan_aligned_alloc() local 276 BufferedStackTrace stack; in dfsan_memalign() local 286 BufferedStackTrace stack; in dfsan_posix_memalign() local
|
H A D | dfsan_origin.h | 64 Origin getNextChainedOrigin(StackTrace *stack) const { in getNextChainedOrigin() 73 static Origin CreateChainedOrigin(Origin prev, StackTrace *stack) { in CreateChainedOrigin()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_poisoning.cpp | 44 StackTrace *stack) { in CopyOrigin() 99 StackTrace *stack) { in ReverseCopyOrigin() 155 StackTrace *stack) { in MoveOrigin() 168 StackTrace *stack) { in MoveShadowAndOrigin() 181 StackTrace *stack) { in CopyShadowAndOrigin() 192 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory() 248 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()
|
H A D | msan_allocator.cpp | 184 static void *MsanAllocate(BufferedStackTrace *stack, uptr size, uptr alignment, in MsanAllocate() 238 void MsanDeallocate(BufferedStackTrace *stack, void *p) { in MsanDeallocate() 268 static void *MsanReallocate(BufferedStackTrace *stack, void *old_p, in MsanReallocate() 293 static void *MsanCalloc(BufferedStackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc() 330 void *msan_malloc(uptr size, BufferedStackTrace *stack) { in msan_malloc() 334 void *msan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in msan_calloc() 338 void *msan_realloc(void *ptr, uptr size, BufferedStackTrace *stack) { in msan_realloc() 349 BufferedStackTrace *stack) { in msan_reallocarray() 360 void *msan_valloc(uptr size, BufferedStackTrace *stack) { in msan_valloc() 364 void *msan_pvalloc(uptr size, BufferedStackTrace *stack) { in msan_pvalloc() [all …]
|
H A D | msan_origin.h | 85 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 D | msan_report.cpp | 61 StackTrace stack; in DescribeOrigin() local 72 StackTrace stack = o.getStackTraceForHeapOrigin(); in DescribeOrigin() local 102 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR() argument 118 ReportExpectedUMRNotFound(StackTrace * stack) ReportExpectedUMRNotFound() argument [all...] |
/freebsd/sys/contrib/ck/include/ |
H A D | ck_stack.h | 56 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/contrib/libcbor/src/cbor/internal/ |
H A D | stack.c | 14 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/tests/sys/vm/stack/ |
H A D | stack_dt_need_exec_test.c | 21 char stack[SGROWSIZ]; in jumpstack0() local 30 char stack[SGROWSIZ * 2]; in jumpstack1() local
|
H A D | stack_dlopen_exec_test.c | 35 char stack[SGROWSIZ]; in jumpstack0() local 44 char stack[SGROWSIZ * 2]; in jumpstack1() local
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 96 static void collect_ciphers(EVP_CIPHER *cipher, void *stack) in collect_ciphers() argument 180 static void collect_digests(EVP_MD *digest, void *stack) in collect_digests() argument 248 static void collect_macs(EVP_MAC *mac, void *stack) in collect_macs() argument 312 static void collect_kdfs(EVP_KDF *kdf, void *stack) in collect_kdfs() argument 382 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands() argument 508 collect_encoders(OSSL_ENCODER * encoder,void * stack) collect_encoders() argument 573 collect_decoders(OSSL_DECODER * decoder,void * stack) collect_decoders() argument 635 collect_keymanagers(EVP_KEYMGMT * km,void * stack) collect_keymanagers() argument 698 collect_signatures(EVP_SIGNATURE * sig,void * stack) collect_signatures() argument 758 collect_kem(EVP_KEM * kem,void * stack) collect_kem() argument 817 collect_asymciph(EVP_ASYM_CIPHER * asym_cipher,void * stack) collect_asymciph() argument 879 collect_kex(EVP_KEYEXCH * kex,void * stack) collect_kex() argument 1160 collect_store_loaders(OSSL_STORE_LOADER * store,void * stack) collect_store_loaders() argument 1209 collect_providers(OSSL_PROVIDER * provider,void * stack) collect_providers() argument [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 652 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free() 657 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete() 661 void *memprof_malloc(uptr size, BufferedStackTrace *stack) { in memprof_malloc() 665 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in memprof_calloc() 670 BufferedStackTrace *stack) { in memprof_reallocarray() 680 void *memprof_realloc(void *p, uptr size, BufferedStackTrace *stack) { in memprof_realloc() 694 void *memprof_valloc(uptr size, BufferedStackTrace *stack) { in memprof_valloc() 699 void *memprof_pvalloc(uptr size, BufferedStackTrace *stack) { in memprof_pvalloc() 712 void *memprof_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in memprof_memalign() 724 BufferedStackTrace *stack) { in memprof_aligned_alloc() [all …]
|