extern struct Relocation [src]
Fields
virtual_address: u32
symbol_table_index: u32
type: u16
Source
pub const Relocation = extern struct {
virtual_address: u32,
symbol_table_index: u32,
type: u16,
}
pub const Relocation = extern struct {
virtual_address: u32,
symbol_table_index: u32,
type: u16,
}