RelocAddrEntry contains relocated value and section index. Section index is ‐1LL if relocation points to absolute symbol.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFRelocMap.h>

struct RelocAddrEntry;

Data Members

Name

Description

Reloc

Primary relocation applied at this address.

Reloc2

Optional second relocation at the same address.

Resolver

Resolver used to apply the relocation(s).

SectionIndex

Section index of the relocated target, or ‐1 if absolute.

SymbolValue

Value of the primary relocation's symbol.

SymbolValue2

Value of the secondary relocation's symbol, if any.

Created with MrDocs