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 |
Primary relocation applied at this address. |
|
Optional second relocation at the same address. |
|
Resolver used to apply the relocation(s). |
|
Section index of the relocated target, or ‐1 if absolute. |
|
Value of the primary relocation's symbol. |
|
Value of the secondary relocation's symbol, if any. |
Created with MrDocs