KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Symbol binding types.

Macros

#define STB_LOCAL   0
 Local (non-exported) symbol.
#define STB_GLOBAL   1
 Global (exported) symbol.
#define STB_WEAK   2
 Weak-linked symbol.

Detailed Description

These are the values that can be set to say how a symbol is bound in an ELF binary. This is stored in the upper 4 bits of the info field in elf_sym_t.


Macro Definition Documentation

#define STB_GLOBAL   1

Global (exported) symbol.

#define STB_LOCAL   0

Local (non-exported) symbol.

#define STB_WEAK   2

Weak-linked symbol.