Home
last modified time | relevance | path

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

/xnu-12377.1.9/san/coverage/
H A Dkcov.h50 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 Dkasan-memintrinsics.c84 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 Dksancov.h168 KCOV_CMP_FUNC_MEMCMP = 32, enumerator
175 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP)