Searched refs:store_gcov_u32 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/kernel/gcov/ |
| D | gcc_4_7.c | 393 static size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32() function 448 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda() 449 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda() 450 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda() 456 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda() 457 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION_LENGTH); in convert_to_gcda() 458 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda() 459 pos += store_gcov_u32(buffer, pos, fi_ptr->lineno_checksum); in convert_to_gcda() 460 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda() 469 pos += store_gcov_u32(buffer, pos, in convert_to_gcda() [all …]
|
| D | clang.c | 406 static size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32() function 457 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda() 458 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda() 459 pos += store_gcov_u32(buffer, pos, info->checksum); in convert_to_gcda() 468 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda() 469 pos += store_gcov_u32(buffer, pos, len); in convert_to_gcda() 470 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda() 471 pos += store_gcov_u32(buffer, pos, fi_ptr->checksum); in convert_to_gcda() 473 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda() 475 pos += store_gcov_u32(buffer, pos, GCOV_TAG_COUNTER_BASE); in convert_to_gcda() [all …]
|