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

Data Fields

struct ubsan_source_location location
 
struct ubsan_type_descriptorarray_type
 
struct ubsan_type_descriptorindex_type
 

Detailed Description

Definition at line 196 of file ubsan.c.

Field Documentation

◆ array_type

struct ubsan_type_descriptor* ubsan_out_of_bounds_data::array_type

Definition at line 198 of file ubsan.c.

◆ index_type

struct ubsan_type_descriptor* ubsan_out_of_bounds_data::index_type

Definition at line 199 of file ubsan.c.

◆ location

struct ubsan_source_location ubsan_out_of_bounds_data::location

Definition at line 179 of file ubsan.c.

Referenced by __ubsan_handle_out_of_bounds().


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