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

#include <asan.h>

Collaboration diagram for asan_global:
Collaboration graph

Data Fields

const voidbeg
 
size_t size
 
size_t size_with_redzone
 
const voidname
 
const voidmodule_name
 
unsigned long has_dynamic_init
 
struct asan_source_locationlocation
 
char * odr_indicator
 

Detailed Description

Definition at line 41 of file asan.h.

Field Documentation

◆ beg

const void* asan_global::beg

Definition at line 42 of file asan.h.

Referenced by register_global().

◆ has_dynamic_init

unsigned long asan_global::has_dynamic_init

Definition at line 49 of file asan.h.

◆ location

struct asan_source_location* asan_global::location

Definition at line 51 of file asan.h.

◆ module_name

const void* asan_global::module_name

Definition at line 47 of file asan.h.

◆ name

const void* asan_global::name

Definition at line 46 of file asan.h.

◆ odr_indicator

char* asan_global::odr_indicator

Definition at line 54 of file asan.h.

◆ size

size_t asan_global::size

Definition at line 43 of file asan.h.

Referenced by register_global().

◆ size_with_redzone

size_t asan_global::size_with_redzone

Definition at line 44 of file asan.h.

Referenced by register_global().


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