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

  /external/compiler-rt/test/msan/
unaligned_read_origin.cc 11 return __sanitizer_unaligned_load32(p);
  /external/compiler-rt/test/asan/TestCases/
unaligned_loads_and_stores.cc 28 case 'B': res = __sanitizer_unaligned_load32(x + 14); break;
30 case 'C': res = __sanitizer_unaligned_load32(x + 13); break;
  /external/compiler-rt/test/asan/TestCases/Linux/
function-sections-are-bad.cc 38 volatile int32_t y = __sanitizer_unaligned_load32((void *)&x);
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 62 uint32_t __sanitizer_unaligned_load32(const void *p);
  /external/compiler-rt/test/tsan/
unaligned_race.cc 11 uint32_t __sanitizer_unaligned_load32(volatile void *addr);
32 case 1: __sanitizer_unaligned_load32(p); break;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 95 u32 __sanitizer_unaligned_load32(const uu32 *addr) { function
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 148 u32 __sanitizer_unaligned_load32(const uu32 *p);
msan.cc 591 u32 __sanitizer_unaligned_load32(const uu32 *p) { function
  /external/brotli/c/common/
platform.h 327 uint32_t __sanitizer_unaligned_load32(const void* p);
334 #define BrotliUnalignedRead32 __sanitizer_unaligned_load32
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 340 INTERFACE_FUNCTION(__sanitizer_unaligned_load32)
asan_poisoning.cc 233 u32 __sanitizer_unaligned_load32(const uu32 *p) { function
  /external/dynamic_depth/internal/base/
port.h     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 1509 milliseconds