extern structstd.coff.Relocation[src]

Fields

virtual_address: u32
symbol_table_index: u32
type: u16

Source Code

Source code
pub const Relocation = extern struct {
    virtual_address: u32,
    symbol_table_index: u32,
    type: u16,
}