|
PatchworkOS
|
Panic symbol structure. More...
#include <panic.h>
Data Fields | |
| list_entry_t | entry |
| uintptr_t | start |
| uintptr_t | end |
| char | name [MAX_NAME] |
Panic symbol structure.
Stores information about a symbol for panic stack traces.
| list_entry_t panic_symbol_t::entry |
| char panic_symbol_t::name[MAX_NAME] |
Definition at line 38 of file panic.h.
Referenced by panic_resolve_symbol().
| uintptr_t panic_symbol_t::start |
Definition at line 36 of file panic.h.
Referenced by panic_resolve_symbol().