Header menu logo B2R2

SymbolBind Type

A symbol's binding determines the linkage visibility and behavior.

Record fields

Record Field Description

STB_GLOBAL

Full Usage: STB_GLOBAL

Field type: SymbolBind
Modifiers: static

Global symbols are visible to all object files being combined.

Field type: SymbolBind

STB_HIOS

Full Usage: STB_HIOS

Field type: SymbolBind
Modifiers: static

The upper bound of OS-specific binding type.

Field type: SymbolBind

STB_HIPROC

Full Usage: STB_HIPROC

Field type: SymbolBind
Modifiers: static

The upper bound of processor-specific binding type.

Field type: SymbolBind

STB_LOCAL

Full Usage: STB_LOCAL

Field type: SymbolBind
Modifiers: static

Local symbols are not visible outside. Local symbols of the same name may exist in multiple files without interfering with each other.

Field type: SymbolBind

STB_LOOS

Full Usage: STB_LOOS

Field type: SymbolBind
Modifiers: static

The lower bound of OS-specific binding type.

Field type: SymbolBind

STB_LOPROC

Full Usage: STB_LOPROC

Field type: SymbolBind
Modifiers: static

The lower bound of processor-specific binding type.

Field type: SymbolBind

STB_WEAK

Full Usage: STB_WEAK

Field type: SymbolBind
Modifiers: static

Weak symbols resemble global symbols, but their definitions have lower precedence.

Field type: SymbolBind

Type something to start searching.