coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gcov_var Struct Reference

#include <gcov-io.h>

Collaboration diagram for gcov_var:
Collaboration graph

Data Fields

FILEfile
 
gcov_position_t start
 
unsigned int offset
 
unsigned int length
 
unsigned int overread
 
int error
 
int mode
 
int endian
 
size_t alloc
 
gcov_unsigned_tbuffer
 

Detailed Description

Definition at line 505 of file gcov-io.h.

Field Documentation

◆ alloc

size_t gcov_var::alloc

Definition at line 526 of file gcov-io.h.

Referenced by gcov_allocate(), gcov_close(), gcov_read_words(), and gcov_write_words().

◆ buffer

◆ endian

int gcov_var::endian

Definition at line 522 of file gcov-io.h.

Referenced by from_file(), gcov_magic(), and gcov_open().

◆ error

int gcov_var::error

Definition at line 512 of file gcov-io.h.

Referenced by gcov_close(), gcov_open(), gcov_read_counter(), and gcov_write_block().

◆ file

FILE* gcov_var::file

Definition at line 507 of file gcov-io.h.

Referenced by gcov_close(), gcov_open(), gcov_read_words(), gcov_sync(), and gcov_write_block().

◆ length

unsigned int gcov_var::length

Definition at line 510 of file gcov-io.h.

Referenced by gcov_close(), gcov_open(), gcov_read_words(), and gcov_sync().

◆ mode

int gcov_var::mode

◆ offset

◆ overread

unsigned int gcov_var::overread

Definition at line 511 of file gcov-io.h.

Referenced by gcov_open(), and gcov_read_words().

◆ start


The documentation for this struct was generated from the following file: