Searched refs:KCOV_CMP_FUNC_MEMCMP (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/san/coverage/ |
| H A D | kcov.h | 50 KCOV_CMP_FUNC_MEMCMP = 32, enumerator 56 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP)
|
| /xnu-12377.1.9/san/memory/ |
| H A D | kasan-memintrinsics.c | 84 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_MEMCMP, a, len, b, len, false); in __asan_bcmp() 95 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_MEMCMP, a, n, b, n, false); in __asan_memcmp()
|
| /xnu-12377.1.9/san/tools/ |
| H A D | ksancov.h | 168 KCOV_CMP_FUNC_MEMCMP = 32, enumerator 175 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP)
|