Header menu logo B2R2

SymbolType Type

A symbol's type provides a general classification for the associated entity.

Record fields

Record Field Description

STT_COMMON

Full Usage: STT_COMMON

Field type: SymbolType
Modifiers: static

This symbol labels an uninitialized common block.

Field type: SymbolType

STT_FILE

Full Usage: STT_FILE

Field type: SymbolType
Modifiers: static

This symbol represents the name of the source file associated with the object file.

Field type: SymbolType

STT_FUNC

Full Usage: STT_FUNC

Field type: SymbolType
Modifiers: static

This symbol is associated with a function.

Field type: SymbolType

STT_GNU_IFUNC

Full Usage: STT_GNU_IFUNC

Field type: SymbolType
Modifiers: static

A symbol with type STT_GNU_IFUNC is a function, but the symbol does not provide the address of the function as usual. Instead, the symbol provides the address of a function which returns a pointer to the actual function.

Field type: SymbolType

STT_HIOS

Full Usage: STT_HIOS

Field type: SymbolType
Modifiers: static

The upper bound of OS-specific binding type.

Field type: SymbolType

STT_HIPROC

Full Usage: STT_HIPROC

Field type: SymbolType
Modifiers: static

The upper bound of processor-specific symbol type.

Field type: SymbolType

STT_LOOS

Full Usage: STT_LOOS

Field type: SymbolType
Modifiers: static

The lower bound of OS-specific symbol type.

Field type: SymbolType

STT_LOPROC

Full Usage: STT_LOPROC

Field type: SymbolType
Modifiers: static

The lower bound of processor-specific symbol type.

Field type: SymbolType

STT_NOTYPE

Full Usage: STT_NOTYPE

Field type: SymbolType
Modifiers: static

Symbol's type is not specified.

Field type: SymbolType

STT_OBJECT

Full Usage: STT_OBJECT

Field type: SymbolType
Modifiers: static

This symbol is associated with a data object, such as variable and an array.

Field type: SymbolType

STT_SECTION

Full Usage: STT_SECTION

Field type: SymbolType
Modifiers: static

This symbol is associated with a section. Symbol table entries of this type exist primarily for relocation and normally have STBLocal binding.

Field type: SymbolType

STT_TLS

Full Usage: STT_TLS

Field type: SymbolType
Modifiers: static

The symbol specifies a Thread-Local Storage entity.

Field type: SymbolType

Type something to start searching.