Enum RelocationType
pub enum RelocationType {
ELFGlobalRelocationType,
ELFCopyRelocationType,
ELFJumpSlotRelocationType,
StandardRelocationType,
IgnoredRelocation,
UnhandledRelocation,
}RelocationType in binaryninja::relocation - Rust
pub enum RelocationType {
ELFGlobalRelocationType,
ELFCopyRelocationType,
ELFJumpSlotRelocationType,
StandardRelocationType,
IgnoredRelocation,
UnhandledRelocation,
}