#[repr(u8)]pub enum ArchivedRelocationKind {
Show 17 variants
Abs4 = 0,
Abs8 = 1,
X86PCRel4 = 2,
X86PCRel8 = 3,
X86CallPCRel4 = 4,
X86CallPLTRel4 = 5,
X86GOTPCRel4 = 6,
Arm32Call = 7,
Arm64Call = 8,
Arm64Movw0 = 9,
Arm64Movw1 = 10,
Arm64Movw2 = 11,
Arm64Movw3 = 12,
RiscvPCRelHi20 = 13,
RiscvPCRelLo12I = 14,
RiscvCall = 15,
ElfX86_64TlsGd = 16,
}
Expand description
An archived RelocationKind
Variants§
Abs4 = 0
The archived counterpart of RelocationKind::Abs4
Abs8 = 1
The archived counterpart of RelocationKind::Abs8
X86PCRel4 = 2
The archived counterpart of RelocationKind::X86PCRel4
X86PCRel8 = 3
The archived counterpart of RelocationKind::X86PCRel8
X86CallPCRel4 = 4
The archived counterpart of RelocationKind::X86CallPCRel4
X86CallPLTRel4 = 5
The archived counterpart of RelocationKind::X86CallPLTRel4
X86GOTPCRel4 = 6
The archived counterpart of RelocationKind::X86GOTPCRel4
Arm32Call = 7
The archived counterpart of RelocationKind::Arm32Call
Arm64Call = 8
The archived counterpart of RelocationKind::Arm64Call
Arm64Movw0 = 9
The archived counterpart of RelocationKind::Arm64Movw0
Arm64Movw1 = 10
The archived counterpart of RelocationKind::Arm64Movw1
Arm64Movw2 = 11
The archived counterpart of RelocationKind::Arm64Movw2
Arm64Movw3 = 12
The archived counterpart of RelocationKind::Arm64Movw3
RiscvPCRelHi20 = 13
The archived counterpart of RelocationKind::RiscvPCRelHi20
RiscvPCRelLo12I = 14
The archived counterpart of RelocationKind::RiscvPCRelLo12I
RiscvCall = 15
The archived counterpart of RelocationKind::RiscvCall
ElfX86_64TlsGd = 16
The archived counterpart of RelocationKind::ElfX86_64TlsGd