KallistiOS
##version##
|
A single export symbol. More...
#include <kos/exports.h>
Data Fields | |
const char * | name |
The name of the symbol. More... | |
ptr_t | ptr |
A pointer to the symbol. More... | |
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::name |
The name of the symbol.
ptr_t export_sym::ptr |
A pointer to the symbol.