Searched refs:store_gcov_u32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/gcov/ |
D | gcc_4_7.c | 376 static size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32() function 431 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda() 432 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda() 433 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda() 439 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda() 440 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION_LENGTH); in convert_to_gcda() 441 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda() 442 pos += store_gcov_u32(buffer, pos, fi_ptr->lineno_checksum); in convert_to_gcda() 443 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda() 452 pos += store_gcov_u32(buffer, pos, in convert_to_gcda() [all …]
|