HomeSort by relevance Sort by last modified time
    Searched refs:__sanitizer_unaligned_store32 (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/test/asan/TestCases/
unaligned_loads_and_stores.cc 41 case 'L': __sanitizer_unaligned_store32(x + 15, 0); break;
43 case 'M': __sanitizer_unaligned_store32(x + 13, 0); break;
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 65 void __sanitizer_unaligned_store32(void *p, uint32_t x);
  /external/compiler-rt/test/tsan/
unaligned_race.cc 14 void __sanitizer_unaligned_store32(volatile void *addr, uint32_t v);
25 case 1: __sanitizer_unaligned_store32(p, 0); break;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 113 void __sanitizer_unaligned_store32(uu32 *addr, u32 v) { function
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 157 void __sanitizer_unaligned_store32(uu32 *p, u32 x);
msan.cc 611 void __sanitizer_unaligned_store32(uu32 *p, u32 x) { function
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 343 INTERFACE_FUNCTION(__sanitizer_unaligned_store32)
asan_poisoning.cc 251 void __sanitizer_unaligned_store32(uu32 *p, u32 x) { function
  /external/dynamic_depth/internal/base/
port.h     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 575 milliseconds