Searched refs:GCOV_DATA_MAGIC (Results 1 – 5 of 5) sorted by relevance
26 #define GCOV_DATA_MAGIC ((unsigned int) 0x67636461) macro
457 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda()
532 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda()
208 #define GCOV_DATA_MAGIC ((gcov_unsigned_t)0x67636461) /* "gcda" */ macro