Searched refs:to_length (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 375 uptr to_length = internal_strlen(to); in DEFINE_REAL() local 376 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 377 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in DEFINE_REAL() 382 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, from, in DEFINE_REAL() 397 uptr to_length = internal_strlen(to); in INTERCEPTOR() local 398 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR() 399 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in INTERCEPTOR() 401 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1, in INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 387 uptr to_length = REAL(strlen)(to); in DEFINE_REAL() local 388 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 389 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in DEFINE_REAL() 394 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, in DEFINE_REAL() 409 uptr to_length = REAL(strlen)(to); in INTERCEPTOR() local 410 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR() 411 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in INTERCEPTOR() 413 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1, in INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 384 uptr to_length = REAL(strlen)(to); in DEFINE_REAL() local 385 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 386 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in DEFINE_REAL() 391 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, in DEFINE_REAL() 406 uptr to_length = REAL(strlen)(to); in INTERCEPTOR() local 407 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR() 408 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in INTERCEPTOR() 410 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1, in INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | move_alloc.c | 62 GFC_INTEGER_4 to_length __attribute__((unused))) in move_alloc_c() argument
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | move_alloc.c | 62 GFC_INTEGER_4 to_length __attribute__((unused))) in move_alloc_c() argument
|