Home
last modified time | relevance | path

Searched refs:GCOV_TAG_COUNTER_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/gcov/
H A Dgcov.h28 #define GCOV_TAG_COUNTER_BASE ((unsigned int) 0x01a10000) macro
30 (GCOV_TAG_COUNTER_BASE + ((unsigned int) (count) << 17))
H A Dclang.c386 pos += store_gcov_u32(buffer, pos, GCOV_TAG_COUNTER_BASE); in convert_to_gcda()