| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 41 static Node *lock(atomic_uintptr_t *p); 42 static void unlock(atomic_uintptr_t *p, Node *s); 52 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's. 75 atomic_uintptr_t *p) { in lock() 91 atomic_uintptr_t *p, Node *s) { in unlock() 103 atomic_uintptr_t *p = &tab[h % kTabSize]; in Put() 148 atomic_uintptr_t *p = &tab[idx]; in Get() 170 atomic_uintptr_t *p = &tab[i]; in UnlockAll()
|
| H A D | sanitizer_persistent_allocator.h | 31 atomic_uintptr_t region_pos; // Region allocator for Node's. 32 atomic_uintptr_t region_end;
|
| H A D | sanitizer_libignore.h | 74 atomic_uintptr_t ignored_ranges_count_; 77 atomic_uintptr_t instrumented_ranges_count_;
|
| H A D | sanitizer_quarantine.h | 144 atomic_uintptr_t max_size_; 145 atomic_uintptr_t min_size_; 146 atomic_uintptr_t max_cache_size_; 306 atomic_uintptr_t size_;
|
| H A D | sanitizer_atomic_msvc.h | 123 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() 144 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() 204 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong()
|
| H A D | sanitizer_coverage_libcdep_new.cc | 133 atomic_uintptr_t* pc_ptr = in TracePcGuard() 134 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
|
| H A D | sanitizer_atomic.h | 56 struct atomic_uintptr_t { struct
|
| H A D | sanitizer_deadlock_detector_interface.h | 42 atomic_uintptr_t owner;
|
| H A D | sanitizer_allocator_stats.h | 56 atomic_uintptr_t stats_[AllocatorStatCount];
|
| H A D | sanitizer_addrhashmap.h | 47 atomic_uintptr_t addr; 61 atomic_uintptr_t add;
|
| H A D | sanitizer_allocator_bytemap.h | 105 atomic_uintptr_t map1_[kSize1];
|
| H A D | sanitizer_tls_get_addr.cc | 42 static atomic_uintptr_t number_of_live_dtls;
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_interface.cc | 61 atomic_uintptr_t XRayPatchedFunction{0}; 64 atomic_uintptr_t XRayArgLogger{0}; 67 atomic_uintptr_t XRayPatchedCustomEvent{0}; 70 atomic_uintptr_t XRayPatchedTypedEvent{0};
|
| H A D | xray_profiling.cc | 44 atomic_uintptr_t Allocators; 45 atomic_uintptr_t FCT;
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cc | 90 atomic_uintptr_t *header_ptr = in __tsan_external_register_header() 91 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
|
| H A D | tsan_mutex.h | 57 atomic_uintptr_t state_;
|
| H A D | tsan_platform_mac.cc | 49 atomic_uintptr_t *a = (atomic_uintptr_t *)dst; in SignalSafeGetOrAllocate()
|
| H A D | tsan_interface_ann.cc | 67 atomic_uintptr_t hitcount; 68 atomic_uintptr_t addcount; 160 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) { in CollectMatchedBenignRaces()
|
| H A D | tsan_fd.cc | 35 atomic_uintptr_t tab[kTableSizeL1]; 77 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cc | 163 atomic_uintptr_t *p = (atomic_uintptr_t*)c; in init_cond() 221 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed); in INTERCEPTOR()
|
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | esan_sideline.h | 59 atomic_uintptr_t SidelineExit;
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd.h | 55 atomic_uintptr_t Precedence; in ALIGNED()
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cc | 18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 74 atomic_uintptr_t *signal_thread_is_registered);
|
| H A D | asan_thread.cc | 206 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL, in AsyncSignalSafeLazyInitFakeStack() 247 tid_t os_id, atomic_uintptr_t *signal_thread_is_registered) { in ThreadStart()
|