RelocationType in binaryninja::relocation - Rust

Enum RelocationType

Source

pub enum RelocationType {
    ELFGlobalRelocationType,
    ELFCopyRelocationType,
    ELFJumpSlotRelocationType,
    StandardRelocationType,
    IgnoredRelocation,
    UnhandledRelocation,
}

Variants§

§

ELFGlobalRelocationType

§

ELFCopyRelocationType

§

ELFJumpSlotRelocationType

§

StandardRelocationType

§

IgnoredRelocation

§

UnhandledRelocation

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for RelocationType

§

impl RefUnwindSafe for RelocationType

§

impl Send for RelocationType

§

impl Sync for RelocationType

§

impl Unpin for RelocationType

§

impl UnwindSafe for RelocationType

Blanket Implementations§