Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
symbols.h File Reference
#include <vector.h>
#include <type.h>

Go to the source code of this file.

Data Structures

struct  symbols_item
 
struct  vector_symbols_item
 
struct  symbols
 
struct  vector_symbols_ptr
 

Typedefs

typedef symbolssymbols_ptr
 
typedef struct vector_symbols_ptr symbols_ptr_vector_t
 

Functions

void symbols_register (symbols *sym, const char *name, uintptr_t value, size_t size)
 

Typedef Documentation

◆ symbols_ptr

typedef symbols* symbols_ptr

Definition at line 18 of file symbols.h.

◆ symbols_ptr_vector_t

Definition at line 20 of file symbols.h.

Function Documentation

◆ symbols_register()

void symbols_register ( symbols * sym,
const char * name,
uintptr_t value,
size_t size )