Retro Rocket Kernel
BASIC-Powered Operating System
symbol_t Struct Reference

#include <debugger.h>

+ Collaboration diagram for symbol_t:

Data Fields

char * name
 
uint64_t address
 
uint8_t type
 
struct symbol * next
 

Field Documentation

◆ address

uint64_t symbol_t::address

◆ name

char* symbol_t::name

◆ next

struct symbol* symbol_t::next

◆ type

uint8_t symbol_t::type