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

Data Fields

struct ubsan_source_location location
 
struct ubsan_type_descriptortype
 
uintptr_t alignment
 
unsigned char type_check_kind
 

Detailed Description

Definition at line 64 of file ubsan.c.

Field Documentation

◆ alignment

uintptr_t ubsan_type_mismatch_data::alignment

Definition at line 67 of file ubsan.c.

Referenced by __ubsan_handle_type_mismatch_v1().

◆ location

struct ubsan_source_location ubsan_type_mismatch_data::location

Definition at line 21 of file ubsan.c.

Referenced by __ubsan_handle_type_mismatch_v1().

◆ type

struct ubsan_type_descriptor* ubsan_type_mismatch_data::type

Definition at line 66 of file ubsan.c.

◆ type_check_kind

unsigned char ubsan_type_mismatch_data::type_check_kind

Definition at line 68 of file ubsan.c.


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