KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
export_sym 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

const char* export_sym::name

The name of the symbol.

ptr_t export_sym::ptr

A pointer to the symbol.


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