|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <stdint.h>#include <kos/dbglog.h>#include <kos/library.h>#include <kos/exports.h>#include <kos/version.h>Functions | |
| const char * | lib_get_name () |
| uint32_t | lib_get_version () |
| int | lib_open (klibrary_t *lib) |
| int | lib_close (klibrary_t *lib) |
| int | library_test_func (int arg) |
| Exported test functions. | |
| void | library_test_func2 (const char *arg) |
Variables | |
| export_sym_t | library_symtab [] |
| static symtab_handler_t | library_hnd |
| int lib_close | ( | klibrary_t * | lib | ) |
References DBG_INFO, dbglog, lib_get_name(), library_hnd, symtab_handler_t::nmmgr, and nmmgr_handler_remove().
| const char * lib_get_name | ( | ) |
References library_hnd, and symtab_handler_t::nmmgr.
Referenced by lib_close(), lib_open(), library_test_func(), and library_test_func2().
| uint32_t lib_get_version | ( | ) |
References KOS_VERSION_MAKE.
| int lib_open | ( | klibrary_t * | lib | ) |
References DBG_INFO, dbglog, lib_get_name(), library_hnd, symtab_handler_t::nmmgr, and nmmgr_handler_add().
| int library_test_func | ( | int | arg | ) |
Exported test functions.
References DBG_INFO, dbglog, and lib_get_name().
Referenced by lib_open(), and main().
| void library_test_func2 | ( | const char * | arg | ) |
References DBG_INFO, dbglog, and lib_get_name().
Referenced by lib_open(), and main().
|
static |
Referenced by lib_close(), lib_get_name(), and lib_open().
|
extern |