Standard fixup kinds shared by all targets, plus bounds for literal and target‐specific ranges.
Synopsis
Declared in <llvm/MC/MCFixup.h>
enum Unnamed enum;
Members
Name |
Description |
|
First kind for literal relocation types from |
|
A no‐op fixup. |
|
A one‐byte fixup. |
|
A two‐byte fixup. |
|
A four‐byte fixup. |
|
A eight‐byte fixup. |
|
A leb128 fixup. |
|
A one‐byte section relative fixup. |
|
A two‐byte section relative fixup. |
|
A four‐byte section relative fixup. |
|
A eight‐byte section relative fixup. |
|
First kind available for target‐specific fixups. |
Created with MrDocs