KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Symbol Binding Types

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ STB_GLOBAL

#define STB_GLOBAL   1

Global (exported) symbol.

◆ STB_LOCAL

#define STB_LOCAL   0

Local (non-exported) symbol.

◆ STB_WEAK

#define STB_WEAK   2

Weak-linked symbol.