pub struct RelocationInfo {Show 16 fields
pub type_: RelocationType,
pub pc_relative: bool,
pub base_relative: bool,
pub base: u64,
pub size: usize,
pub truncate_size: usize,
pub native_type: u64,
pub addend: usize,
pub has_sign: bool,
pub implicit_addend: bool,
pub external: bool,
pub symbol_index: usize,
pub section_index: usize,
pub address: u64,
pub target: u64,
pub data_relocation: bool,
/* private fields */
}
Fields§
§type_: RelocationType§pc_relative: bool§base_relative: bool§base: u64§size: usize§truncate_size: usize§native_type: u64§addend: usize§has_sign: bool§implicit_addend: bool§external: bool§symbol_index: usize§section_index: usize§address: u64§target: u64§data_relocation: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§