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

#include <rmodule.h>

Collaboration diagram for rmodule:
Collaboration graph

Data Fields

voidlocation
 
struct rmodule_headerheader
 
const voidpayload
 
int payload_size
 
voidrelocations
 

Detailed Description

Definition at line 51 of file rmodule.h.

Field Documentation

◆ header

◆ location

◆ payload

const void* rmodule::payload

Definition at line 54 of file rmodule.h.

Referenced by rmodule_copy_payload(), and rmodule_parse().

◆ payload_size

int rmodule::payload_size

Definition at line 55 of file rmodule.h.

Referenced by rmodule_copy_payload(), and rmodule_parse().

◆ relocations

void* rmodule::relocations

Definition at line 56 of file rmodule.h.

Referenced by rmodule_parse(), and rmodule_relocate().


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