KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Kernel exported symbols support. More...
Go to the source code of this file.
Data Structures | |
struct | export_sym_t |
A single export symbol. More... | |
struct | symtab_handler_t |
A symbol table "handler" for nmmgr. More... | |
Functions | |
void | export_init (void) |
Setup initial kernel exports. | |
export_sym_t * | export_lookup (const char *name) |
Look up a symbol by name. | |
Kernel exported symbols support.
This file contains support related to dynamic linking of the kernel of KOS. The kernel (at compile time) produces a list of exported symbols, which can be looked through using the functionality in this file.