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

Data Fields

struct ubsan_source_location location
 
struct ubsan_type_descriptorlhs_type
 
struct ubsan_type_descriptorrhs_type
 

Detailed Description

Definition at line 176 of file ubsan.c.

Field Documentation

◆ lhs_type

struct ubsan_type_descriptor* ubsan_shift_out_of_bounds_data::lhs_type

Definition at line 178 of file ubsan.c.

◆ location

struct ubsan_source_location ubsan_shift_out_of_bounds_data::location

Definition at line 88 of file ubsan.c.

Referenced by __ubsan_handle_shift_out_of_bounds().

◆ rhs_type

struct ubsan_type_descriptor* ubsan_shift_out_of_bounds_data::rhs_type

Definition at line 179 of file ubsan.c.


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