Function yaxpeax_core::arch::display::show_linear[][src]

pub fn show_linear<M: MemoryRange<A>, A, F, FnQuery: FunctionQuery<A::Address, Function = F>, Contexts, Y: YaxColors>(
    data: &M,
    ctx: &Contexts,
    start_addr: A::Address,
    end_addr: A::Address,
    _function_table: &FnQuery,
    colors: &Y
) -> Vec<(A::Address, Vec<String>)> where
    A: Arch + for<'mem> DecodeFrom<M> + BaseDisplay<F, Contexts>,
    A::Address: Hash + NodeTrait,
    A::Instruction: ShowContextual<A::Address, Contexts, String, Y>,