PatchworkOS
Loading...
Searching...
No Matches
panic_symbol_t Struct Reference

Panic symbol structure. More...

#include <panic.h>

Data Fields

list_entry_t entry
 
uintptr_t start
 
uintptr_t end
 
char name [MAX_NAME]
 

Detailed Description

Panic symbol structure.

Stores information about a symbol for panic stack traces.

Definition at line 33 of file panic.h.

Field Documentation

◆ end

uintptr_t panic_symbol_t::end

Definition at line 37 of file panic.h.

◆ entry

list_entry_t panic_symbol_t::entry

Definition at line 35 of file panic.h.

◆ name

char panic_symbol_t::name[MAX_NAME]

Definition at line 38 of file panic.h.

Referenced by panic_resolve_symbol().

◆ start

uintptr_t panic_symbol_t::start

Definition at line 36 of file panic.h.

Referenced by panic_resolve_symbol().


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