RTEMS 6.1-rc1
Files | Functions

This group contains the gocv support. More...

Files

file  test-gcov.h
 This header file provides the interfaces of the Gcov Support.
 
file  gcovdumpinfo.c
 This source file contains the implementation of _Gcov_Ddump_info().
 
file  gcovdumpinfobase64.c
 This source file contains the implementation of _Gcov_Dump_info_base64().
 
file  gcovinfoset.c
 This source file contains the definition of the gcov information linker set.
 

Functions

 RTEMS_LINKER_ROSET_DECLARE (gcov_info, const struct gcov_info *)
 
void _Gcov_Dump_info (IO_Put_char put_char, void *arg)
 Dumps the gcov information as a binary gcfn and gcda data stream using the put character handler. More...
 
void _Gcov_Dump_info_base64 (IO_Put_char put_char, void *arg)
 Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character handler. More...
 

Detailed Description

This group contains the gocv support.

Function Documentation

◆ _Gcov_Dump_info()

void _Gcov_Dump_info ( IO_Put_char  put_char,
void *  arg 
)

Dumps the gcov information as a binary gcfn and gcda data stream using the put character handler.

Parameters
put_charis the put character handler used to output the data stream.
argis the argument passed to the put character handler.

◆ _Gcov_Dump_info_base64()

void _Gcov_Dump_info_base64 ( IO_Put_char  put_char,
void *  arg 
)

Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character handler.

Parameters
put_charis the put character handler used to output the data stream.
argis the argument passed to the put character handler.