Home
last modified time | relevance | path

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

/freebsd/sys/gnu/gcov/
H A Dgcc_4_7.c408 store_gcov_uint32(void *buffer, size_t off, uint32_t v) in store_gcov_uint32() function
466 pos += store_gcov_uint32(buffer, pos, GCOV_DATA_MAGIC); in convert_to_gcda()
467 pos += store_gcov_uint32(buffer, pos, info->version); in convert_to_gcda()
468 pos += store_gcov_uint32(buffer, pos, info->stamp); in convert_to_gcda()
474 pos += store_gcov_uint32(buffer, pos, GCOV_TAG_FUNCTION); in convert_to_gcda()
475 pos += store_gcov_uint32(buffer, pos, GCOV_TAG_FUNCTION_LENGTH); in convert_to_gcda()
476 pos += store_gcov_uint32(buffer, pos, fi_ptr->ident); in convert_to_gcda()
477 pos += store_gcov_uint32(buffer, pos, fi_ptr->lineno_checksum); in convert_to_gcda()
478 pos += store_gcov_uint32(buffer, pos, fi_ptr->cfg_checksum); in convert_to_gcda()
487 pos += store_gcov_uint32(buffer, pos, in convert_to_gcda()
[all …]