Lines Matching defs:ObjdumpCommand
26 pub struct ObjdumpCommand { struct30 cwasm: Option<PathBuf>,34 addresses: bool,39 address_jumps: bool,43 funcs: Vec<Func>,47 filter: Option<String>,51 bytes: bool,55 color: ColorChoice,59 addrmap: Option<Option<bool>>,63 address_width: usize,90 impl ObjdumpCommand { argument