KallistiOS git master
Independent SDK for the Sega Dreamcast
|
ELF symbol binding type values More...
Macros | |
#define | STB_LOCAL 0 |
Local (non-exported) symbol. | |
#define | STB_GLOBAL 1 |
Global (exported) symbol. | |
#define | STB_WEAK 2 |
Weak-linked symbol. | |
ELF symbol binding type values
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.
#define STB_GLOBAL 1 |
Global (exported) symbol.
#define STB_LOCAL 0 |
Local (non-exported) symbol.
#define STB_WEAK 2 |
Weak-linked symbol.