[][src]Trait dynasm::arch::Arch

pub trait Arch: Debug + Send {
    fn name(&self) -> &str;
fn set_features(&mut self, features: &[String]);
fn handle_static_reloc(
        &self,
        stmts: &mut Vec<Stmt>,
        reloc: Jump,
        size: Size
    );
fn default_align(&self) -> u8; }

Required methods

fn name(&self) -> &str

fn set_features(&mut self, features: &[String])

fn handle_static_reloc(&self, stmts: &mut Vec<Stmt>, reloc: Jump, size: Size)

fn default_align(&self) -> u8

Loading content...

Implementors

impl Arch for DummyArch[src]

impl Arch for Archx64[src]

impl Arch for Archx86[src]

Loading content...