Home
last modified time | relevance | path

Searched refs:CHECK_RANGES_OVERLAP (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc103 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) do { \ macro
403 CHECK_RANGES_OVERLAP("memcpy", to, size, from, size); \
506 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, in DEFINE_REAL()
525 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1, in INTERCEPTOR()
546 CHECK_RANGES_OVERLAP("strcpy", to, from_size, from, from_size); in INTERCEPTOR()
602 CHECK_RANGES_OVERLAP("strncpy", to, from_size, from, from_size); in INTERCEPTOR()