Searched refs:KCOV_CMP_FUNC_STRCMP (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/san/memory/ |
| H A D | kasan-memintrinsics.c | 153 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_STRCMP, s1, l1, s2, l2, false); in __asan_strcmp() 210 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_STRCMP, s1, l1, s2, l2, false); in __asan_strcasecmp()
|
| /xnu-12377.1.9/san/coverage/ |
| H A D | kcov.h | 51 KCOV_CMP_FUNC_STRCMP = 34, enumerator
|
| /xnu-12377.1.9/san/tools/ |
| H A D | ksancov.h | 169 KCOV_CMP_FUNC_STRCMP = 34, enumerator
|