Home
last modified time | relevance | path

Searched defs:gcov_var_t (Results 1 – 1 of 1) sorted by relevance

/test/vts/drivers/hal/libcodecoverage/
Dgcov_basic_io.h116 struct gcov_var_t { struct
117 FILE* file;
118 unsigned start; /* Position of first byte of block */
119 unsigned offset; /* Read/write position within the block. */
120 unsigned length; /* Read limit in the block. */
121 unsigned overread; /* Number of words overread. */
122 int error; /* < 0 overflow, > 0 disk error. */
123 int mode; /* < 0 writing, > 0 reading */
124 int endian; /* Swap endianness. */
127 size_t alloc;
[all …]