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

#include <symbols.h>

Data Fields

symbols_ptrdata
 
size_t size
 
size_t capacity
 
size_t alloc_size
 

Detailed Description

Definition at line 19 of file symbols.h.

Field Documentation

◆ alloc_size

size_t vector_symbols_ptr::alloc_size

Definition at line 19 of file symbols.h.

◆ capacity

size_t vector_symbols_ptr::capacity

Definition at line 19 of file symbols.h.

◆ data

symbols_ptr* vector_symbols_ptr::data

Definition at line 19 of file symbols.h.

Referenced by elf_resolve_external_symbol(), and proccess_elf().

◆ size

size_t vector_symbols_ptr::size

Definition at line 19 of file symbols.h.

Referenced by elf_resolve_external_symbol(), and proccess_elf().


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