This source file contains functions required by GCC if code and branch coverage instrumentation (gcov) is enabled.
More...
#include <sys/types.h>
#include <errno.h>
#include <rtems/seterr.h>
|
int | __gcov_execl (const char *, char *,...) |
|
int | __gcov_execlp (const char *, char *,...) |
|
int | __gcov_execle (const char *, char *,...) |
|
int | __gcov_execv (const char *, char *const[]) |
|
int | __gcov_execvp (const char *, char *const[]) |
|
int | __gcov_execve (const char *, char *const[], char *const[]) |
|
pid_t | __gcov_fork (void) |
|
This source file contains functions required by GCC if code and branch coverage instrumentation (gcov) is enabled.