Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
symbols_item Struct Reference

#include <symbols.h>

Data Fields

const char * name
 
uintptr_t value
 
size_t size
 

Detailed Description

Definition at line 7 of file symbols.h.

Field Documentation

◆ name

const char* symbols_item::name

Definition at line 8 of file symbols.h.

Referenced by elf_get_symbol(), and symbols_register().

◆ size

size_t symbols_item::size

Definition at line 10 of file symbols.h.

Referenced by symbols_register().

◆ value

uintptr_t symbols_item::value

Definition at line 9 of file symbols.h.

Referenced by elf_get_symbol(), and symbols_register().


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