KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
export_sym_t Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ name

const char* export_sym_t::name

The name of the symbol.

◆ ptr

ptr_t export_sym_t::ptr

A pointer to the symbol.


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