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

  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 78 internal_memcpy(&Value, &Val, 4);
84 internal_memcpy(&Value, &Val, 4);
89 internal_memcpy(&Value, &Val, 8);
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 102 internal_memcpy(p, begin_, cap0 * sizeof(T));
tsan_symbolize_addr2line_linux.cc 177 internal_memcpy(res->func, func.data(), pos - func.data());
182 internal_memcpy(res->file, pos + 1, pos2 - pos - 1);
tsan_md5.cc 169 internal_memcpy(&ctx->buffer[used], data, size);
173 internal_memcpy(&ctx->buffer[used], data, free);
184 internal_memcpy(ctx->buffer, data, size);
tsan_mman.cc 155 internal_memcpy(p2, p, min(b->Size(), sz));
tsan_sync.cc 252 internal_memcpy(s_, pcs, cnt * sizeof(s_[0]));
tsan_interceptors.cc 578 return internal_memcpy(dst, src, size);
    [all...]
tsan_rtl.cc 650 internal_memcpy(newstack, thr->shadow_stack, sz * sizeof(uptr));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 117 internal_memcpy(value_copy, value, value_length);
sanitizer_libc.h 30 void *internal_memcpy(void *dest, const void *src, uptr n);
sanitizer_suppressions.cc 120 internal_memcpy(s.templ, line, end2 - line);
sanitizer_libc.cc 40 void *internal_memcpy(void *dest, const void *src, uptr n) { function in namespace:__sanitizer
89 internal_memcpy(s2, s, len);
sanitizer_linux_libcdep.cc 87 internal_memcpy(&setenv_f, &f, sizeof(f));
183 internal_memcpy(&get_tls, &get_tls_static_info_ptr,
sanitizer_stackdepot.cc 175 internal_memcpy(s->stack, stack, size * sizeof(uptr));
sanitizer_common.h 329 internal_memcpy(new_data, data_, size_ * sizeof(T));
sanitizer_stoptheworld_linux_libcdep.cc 407 internal_memcpy(buffer, &regs, sizeof(regs));
sanitizer_symbolizer_libcdep.cc 59 internal_memcpy(*result, str, prefix_len);
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/asan/
asan_stats.cc 118 internal_memcpy(stats, &accumulated_stats, sizeof(accumulated_stats));
asan_malloc_mac.cc 51 internal_memcpy(new_zone, &asan_zone, sizeof(asan_zone));
299 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
asan_thread.cc 31 internal_memcpy(&stack, args->stack, sizeof(stack));
asan_interceptors.cc 318 if (!asan_inited) return internal_memcpy(to, from, size);
336 return internal_memcpy(to, from, size);
asan_allocator2.cc 232 internal_memcpy(stack->trace, trace, sizeof(uptr) * size);
  /external/compiler-rt/lib/msan/
msan.cc 403 internal_memcpy((void*)MEM_TO_SHADOW((uptr)data), shadow, size);
407 internal_memcpy(dst, src, size);
msan_interceptors.cc 933 internal_memcpy(pnew_act, act, __sanitizer::struct_sigaction_sz);
    [all...]

Completed in 332 milliseconds