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

Data Fields

uint8_t b [8]
 
uint16_t h [4]
 
uint32_t w [2]
 
uint64_t d [1]
 
uintptr_t v
 

Detailed Description

Definition at line 21 of file misaligned.c.

Field Documentation

◆ b

uint8_t endian_buf::b[8]

Definition at line 22 of file misaligned.c.

Referenced by handle_misaligned().

◆ d

uint64_t endian_buf::d[1]

Definition at line 25 of file misaligned.c.

Referenced by handle_misaligned().

◆ h

uint16_t endian_buf::h[4]

Definition at line 23 of file misaligned.c.

◆ v

uintptr_t endian_buf::v

Definition at line 26 of file misaligned.c.

Referenced by handle_misaligned().

◆ w

uint32_t endian_buf::w[2]

Definition at line 24 of file misaligned.c.

Referenced by handle_misaligned().


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