pub fn calculate_parameter_locations(
    variadic_parameters: Vec<(Datatype, ByteSize)>,
    extern_symbol: &ExternSymbol,
    project: &Project
) -> Vec<Arg>
Expand description

Calculates the register and stack positions of format string parameters. The parameters are then returned as an argument vector for later tainting.