Trait lief::macho::relocation::RelocationBase
pub trait RelocationBase {
// Provided methods
fn is_pc_relative(&self) -> bool { ... }
fn symbol(&self) -> Option<Symbol<'_>> { ... }
fn section(&self) -> Option<Section<'_>> { ... }
fn segment(&self) -> Option<Segment<'_>> { ... }
}