Searched refs:store_gcov_u32 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/gcov/ |
| H A D | gcc_4_7.c | 402 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->stamp); in convert_to_gcda() 463 pos += store_gcov_u32(buffer, pos, 0); in convert_to_gcda() 470 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda() 471 pos += store_gcov_u32(buffer, pos, in convert_to_gcda() 473 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda() 474 pos += store_gcov_u32(buffer, pos, fi_ptr->lineno_checksum); in convert_to_gcda() 475 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda() [all …]
|
| H A D | clang.c | 481 static size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32() function 532 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda() 533 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda() 534 pos += store_gcov_u32(buffer, pos, info->checksum); in convert_to_gcda() 539 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda() 541 pos += store_gcov_u32(buffer, pos, in convert_to_gcda() 544 pos += store_gcov_u32(buffer, pos, 3); in convert_to_gcda() 546 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda() 547 pos += store_gcov_u32(buffer, pos, fi_ptr->checksum); in convert_to_gcda() 550 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda() [all …]
|