Searched refs:internal_memcpy (Results 1 - 25 of 136) sorted by relevance

123456

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.cc80 internal_memcpy(&Value, &Val, 4);
90 internal_memcpy(&Value, ((const char*)(&Val + 1)) - 4, 4);
92 internal_memcpy(&Value, &Val, 4);
98 internal_memcpy(&Value, &Val, 8);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.cc78 internal_memcpy(&Value, &Val, 4);
88 internal_memcpy(&Value, ((const char*)(&Val + 1)) - 4, 4);
90 internal_memcpy(&Value, &Val, 4);
96 internal_memcpy(&Value, &Val, 8);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.cpp127 internal_memcpy(&Value, &Val, 4);
137 internal_memcpy(&Value, ((const char*)(&Val + 1)) - 4, 4);
139 internal_memcpy(&Value, &Val, 4);
145 internal_memcpy(&Value, &Val, 8);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dprofile_collector_test.cc61 internal_memcpy(LocalBuffer, B.Data, kHeaderSize);
65 internal_memcpy(&BlockSize, LocalBuffer, sizeof(u32));
66 internal_memcpy(&BlockNumber, LocalBuffer + sizeof(u32), sizeof(u32));
67 internal_memcpy(&ThreadId, LocalBuffer + (2 * sizeof(u32)), sizeof(u64));
75 internal_memcpy(LocalBuffer, B.Data, kHeaderSize);
79 internal_memcpy(&BlockSize, LocalBuffer, sizeof(u32));
80 internal_memcpy(&BlockNumber, LocalBuffer + sizeof(u32), sizeof(u32));
81 internal_memcpy(&ThreadId, LocalBuffer + (2 * sizeof(u32)), sizeof(u64));
96 internal_memcpy(&F, P, sizeof(int32_t));
102 internal_memcpy(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_log_writer.h34 internal_memcpy(Buffer, P, Size);
83 internal_memcpy(NextRecord, reinterpret_cast<const char *>(&R), sizeof(T));
113 internal_memcpy(NextRecord, reinterpret_cast<const char *>(Recs), Size);
153 NextRecord = reinterpret_cast<char *>(internal_memcpy(
156 NextRecord = reinterpret_cast<char *>(internal_memcpy(
177 NextRecord = reinterpret_cast<char *>(internal_memcpy(
181 internal_memcpy(NextRecord, Event, EventSize)) +
200 NextRecord = reinterpret_cast<char *>(internal_memcpy(
204 internal_memcpy(NextRecord, Event, EventSize)) +
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/libbacktrace/
H A Dbridge.cc45 return __sanitizer::internal_memcpy (dest, src, n);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_stack_trace.cc41 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
H A Dtsan_mutexset.h42 internal_memcpy(this, &other, sizeof(*this));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
H A Dbridge.cc45 return __sanitizer::internal_memcpy (dest, src, n);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_stack_trace.cc39 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
H A Dtsan_vector.h69 internal_memcpy(p, &v, sizeof(*p));
112 internal_memcpy(p, begin_, cap0 * sizeof(T));
H A Dtsan_mutexset.h40 internal_memcpy(this, &other, sizeof(*this));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_vector.h70 internal_memcpy(p, &v, sizeof(*p));
116 internal_memcpy(p, begin_, cap0 * sizeof(T));
H A Dsanitizer_flag_parser.cc54 internal_memcpy(s2, s, len);
H A Dsanitizer_flags.cc32 internal_memcpy(this, &other, sizeof(*this));
H A Dsanitizer_libc.h33 void *internal_memcpy(void *dest, const void *src, uptr n);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_vector.h68 internal_memcpy(p, &v, sizeof(*p));
114 internal_memcpy(p, begin_, cap0 * sizeof(T));
H A Dsanitizer_flag_parser.cc52 internal_memcpy(s2, s, len);
H A Dsanitizer_flags.cc30 internal_memcpy(this, &other, sizeof(*this));
H A Dsanitizer_libc.h31 void *internal_memcpy(void *dest, const void *src, uptr n);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_vector.h65 internal_memcpy(p, &v, sizeof(*p));
111 internal_memcpy(p, begin_, cap0 * sizeof(T));
H A Dsanitizer_allocator_dlsym.h68 internal_memcpy(new_ptr, ptr, memcpy_size);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_mac.cc56 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_mac.cc54 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_stack_trace.cpp36 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));

Completed in 143 milliseconds

123456