B2R2


ELFSymbolInfo Type

Main data structure for storing symbol information.

Record fields

Record Field Description

AddrToSymbTable

Full Usage: AddrToSymbTable

Field type: Map<Addr, ELFSymbol>

Address to symbol mapping.

Field type: Map<Addr, ELFSymbol>

SecNumToSymbTbls

Full Usage: SecNumToSymbTbls

Field type: Map<int, ELFSymbol[]>

A mapping from a section number to the corresponding symbol table.

Field type: Map<int, ELFSymbol[]>

VersionTable

Full Usage: VersionTable

Field type: Map<uint16, string>

Linux-specific symbol version table containing versions required to link.

Field type: Map<uint16, string>