coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
file Struct Reference
Collaboration diagram for file:
Collaboration graph

Data Fields

uint32_t magic
 
struct filenext
 
char * filename
 
char * data
 
int offset
 
int len
 

Detailed Description

Definition at line 7 of file gcov-glue.c.

Field Documentation

◆ data

char* file::data

Definition at line 11 of file gcov-glue.c.

Referenced by fopen(), and fwrite().

◆ filename

char* file::filename

Definition at line 10 of file gcov-glue.c.

Referenced by fclose(), fopen(), fseek(), ftell(), and fwrite().

◆ len

int file::len

Definition at line 13 of file gcov-glue.c.

Referenced by fopen(), and fwrite().

◆ magic

uint32_t file::magic

Definition at line 8 of file gcov-glue.c.

Referenced by fopen().

◆ next

struct file* file::next

Definition at line 9 of file gcov-glue.c.

Referenced by fopen().

◆ offset

int file::offset

Definition at line 12 of file gcov-glue.c.

Referenced by fopen(), and fwrite().


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