reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
636 ASAN_INTERCEPT_FUNC(strcat); 637 ASAN_INTERCEPT_FUNC(strcpy); 638 ASAN_INTERCEPT_FUNC(strncat); 639 ASAN_INTERCEPT_FUNC(strncpy); 640 ASAN_INTERCEPT_FUNC(strdup); 642 ASAN_INTERCEPT_FUNC(__strdup); 645 ASAN_INTERCEPT_FUNC(index); 648 ASAN_INTERCEPT_FUNC(atoi); 649 ASAN_INTERCEPT_FUNC(atol); 650 ASAN_INTERCEPT_FUNC(strtol); 652 ASAN_INTERCEPT_FUNC(atoll); 653 ASAN_INTERCEPT_FUNC(strtoll); 657 ASAN_INTERCEPT_FUNC(longjmp); 660 ASAN_INTERCEPT_FUNC(swapcontext); 663 ASAN_INTERCEPT_FUNC(_longjmp); 666 ASAN_INTERCEPT_FUNC(__longjmp_chk); 669 ASAN_INTERCEPT_FUNC(siglongjmp); 674 ASAN_INTERCEPT_FUNC(__cxa_throw); 677 ASAN_INTERCEPT_FUNC(__cxa_rethrow_primary_exception); 693 ASAN_INTERCEPT_FUNC(pthread_create); 695 ASAN_INTERCEPT_FUNC(pthread_join); 700 ASAN_INTERCEPT_FUNC(__cxa_atexit); 712 ASAN_INTERCEPT_FUNC(vfork);