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

#include <asan.h>

Collaboration diagram for asan_source_location:
Collaboration graph

Data Fields

const char * filename
 
int line_no
 
int column_no
 

Detailed Description

Definition at line 34 of file asan.h.

Field Documentation

◆ column_no

int asan_source_location::column_no

Definition at line 37 of file asan.h.

◆ filename

const char* asan_source_location::filename

Definition at line 35 of file asan.h.

◆ line_no

int asan_source_location::line_no

Definition at line 36 of file asan.h.


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