Home
last modified time | relevance | path

Searched refs:store_gcov_u32 (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/gcov/
A Dgcc_4_7.c382 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda()
383 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
384 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda()
390 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda()
391 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION_LENGTH); in convert_to_gcda()
392 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda()
393 pos += store_gcov_u32(buffer, pos, fi_ptr->lineno_checksum); in convert_to_gcda()
394 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda()
403 pos += store_gcov_u32(buffer, pos, in convert_to_gcda()
405 pos += store_gcov_u32(buffer, pos, ci_ptr->num * 2); in convert_to_gcda()
A Dclang.c372 pos += store_gcov_u32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda()
373 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
374 pos += store_gcov_u32(buffer, pos, info->checksum); in convert_to_gcda()
379 pos += store_gcov_u32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda()
380 pos += store_gcov_u32(buffer, pos, 3); in convert_to_gcda()
381 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); in convert_to_gcda()
382 pos += store_gcov_u32(buffer, pos, fi_ptr->checksum); in convert_to_gcda()
383 pos += store_gcov_u32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda()
384 pos += store_gcov_u32(buffer, pos, GCOV_TAG_COUNTER_BASE); in convert_to_gcda()
385 pos += store_gcov_u32(buffer, pos, fi_ptr->num_counters * 2); in convert_to_gcda()
A Dgcov.h63 size_t store_gcov_u32(void *buffer, size_t off, u32 v);
A Dbase.c63 size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32() function

Completed in 5 milliseconds