KallistiOS git master
Independent SDK for the Sega Dreamcast
|
A single export symbol. More...
#include <kos/exports.h>
Data Fields | |
const char * | name |
The name of the symbol. | |
ptr_t | ptr |
A pointer to the symbol. | |
A single export symbol.
This structure holds a single symbol that has been exported from the kernel. These will be patched into loaded ELF binaries at load time.
const char* export_sym_t::name |
The name of the symbol.
ptr_t export_sym_t::ptr |
A pointer to the symbol.