Skip to main content

function_section

Function function_section 

Source
pub fn function_section<'a>(
    disasm: &'a str,
    name_substr: &str,
) -> Option<&'a str>
Expand description

Look up a function by demangled-name substring and return the slice of disassembly belonging to it (until the next function header).