HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer (Results 1 - 25 of 216) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_persistent_allocator.cc 15 namespace __sanitizer { namespace
19 } // namespace __sanitizer
sanitizer_allocator_checks.cc 17 namespace __sanitizer { namespace
23 } // namespace __sanitizer
sanitizer_errno_codes.h 23 namespace __sanitizer { namespace
32 } // namespace __sanitizer
sanitizer_win.h 20 namespace __sanitizer { namespace
23 } // namespace __sanitizer
sanitizer_placement_new.h 21 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) {
sanitizer_win_weak_interception.h 16 namespace __sanitizer { namespace
27 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
sanitizer_fuchsia.h 23 namespace __sanitizer { namespace
28 } // namespace __sanitizer
sanitizer_interface_internal.h 35 __sanitizer::sptr coverage_fd;
51 const __sanitizer::uptr *pcs, const __sanitizer::uptr len);
54 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(__sanitizer::u32 *guard);
75 __sanitizer::uptr pc, char *module_path,
76 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
107 void __sanitizer_cov_trace_pc_guard(__sanitizer::u32*);
109 void __sanitizer_cov_trace_pc_guard_init(__sanitizer::u32*,
110 __sanitizer::u32*)
    [all...]
sanitizer_common_nolibc.cc 18 namespace __sanitizer { namespace
35 } // namespace __sanitizer
sanitizer_errno.cc 22 namespace __sanitizer { namespace
35 } // namespace __sanitizer
sanitizer_mac_libcdep.cc 20 namespace __sanitizer { namespace
28 } // namespace __sanitizer
sanitizer_symbolizer_fuchsia.h 19 namespace __sanitizer { namespace
41 } // namespace __sanitizer
sanitizer_symbolizer_rtems.h 19 namespace __sanitizer { namespace
39 } // namespace __sanitizer
sanitizer_common_syscalls.inc 386 PRE_READ(name, __sanitizer::internal_strlen((const char *)name) + 1);
671 PRE_READ(uargs, __sanitizer::internal_strlen((const char *)uargs) + 1);
679 __sanitizer::internal_strlen((const char *)name_user) + 1);
784 __sanitizer::internal_strlen((const char *)dev_name) + 1);
787 __sanitizer::internal_strlen((const char *)dir_name) + 1);
789 POST_WRITE(type, __sanitizer::internal_strlen((const char *)type) + 1);
798 POST_WRITE(name, __sanitizer::internal_strlen((const char *)name) + 1);
807 POST_WRITE(name, __sanitizer::internal_strlen((const char *)name) + 1);
813 PRE_READ(path, __sanitizer::internal_strlen((const char *)path) + 1);
825 __sanitizer::internal_strlen((const char *)filename) + 1)
    [all...]
sanitizer_syscalls_netbsd.inc 135 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
143 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
166 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
169 PRE_READ(path, __sanitizer::internal_strlen(link) + 1);
177 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
180 POST_READ(path, __sanitizer::internal_strlen(link) + 1);
187 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
194 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
202 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
209 POST_READ(path, __sanitizer::internal_strlen(path) + 1)
    [all...]
sanitizer_internal_defs.h 133 namespace __sanitizer { namespace
267 } // namespace __sanitizer
269 namespace __sanitizer { namespace
296 __sanitizer::u64 v1 = (__sanitizer::u64)(c1); \
297 __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
299 __sanitizer::CheckFailed(__FILE__, __LINE__, \
380 (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0))
382 #define GET_CALLER_PC() (__sanitizer::uptr) __builtin_return_address(0
    [all...]
sanitizer_mac.h 21 namespace __sanitizer { namespace
57 } // namespace __sanitizer
60 static char __crashreporter_info_buff__[__sanitizer::kErrorMessageBufferSize] =
67 namespace __sanitizer { namespace
74 } // namespace __sanitizer
sanitizer_local_address_space_view.h 32 namespace __sanitizer { namespace
75 } // namespace __sanitizer
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_nolibc_test_main.cc 18 __sanitizer::internal__exit(0);
sanitizer_test_main.cc 22 __sanitizer::SetCommonFlagsDefaults();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_unit_test_main.cc 15 namespace __sanitizer { namespace
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_new_delete.cc 25 enum class align_val_t: __sanitizer::uptr {};
63 void *operator new(__sanitizer::uptr size);
64 void *operator new(__sanitizer::uptr size) {
69 void *operator new[](__sanitizer::uptr size);
70 void *operator new[](__sanitizer::uptr size) {
75 void *operator new(__sanitizer::uptr size, std::nothrow_t const&);
76 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) {
81 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&);
82 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) {
87 void *operator new(__sanitizer::uptr size, std::align_val_t align)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_main.cc 37 namespace __sanitizer { namespace
50 } // namespace __sanitizer
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.h 20 __sanitizer::BufferedStackTrace stack; \
28 GET_STACK_TRACE(__sanitizer::common_flags()->malloc_context_size, \
48 void GetStackTrace(__sanitizer::BufferedStackTrace *stack,
49 __sanitizer::uptr max_depth, __sanitizer::uptr pc,
50 __sanitizer::uptr bp, void *context, bool fast) {
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
21 static __sanitizer::atomic_uint32_t caller_pcs_sz;
27 unsigned sz = __sanitizer::atomic_load_relaxed(&caller_pcs_sz);
34 p = __sanitizer::atomic_load_relaxed(&caller_pcs[i]);
41 if (!__sanitizer::atomic_compare_exchange_strong(
42 &caller_pcs_sz, &sz, sz + 1, __sanitizer::memory_order_seq_cst))
49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller);
65 namespace __sanitizer { namespace
74 } // namespace __sanitizer

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 9