Jasmin.FInfoSourcetype f_annot = {retaddr_kind : returnaddress_kind option;stack_allocation_size : Z.t option;stack_size : Z.t option;stack_align : Annotations.wsize option;max_call_depth : Z.t option;stack_zero_strategy : (Stack_zero_strategy.stack_zero_strategy
* Annotations.wsize option)
option;f_user_annot : Annotations.annotations;}When a non-inlined function returns a `ptr` array, it has to be one of its arguments. returned_params associates to each return value the index of the corresponding argument if it is a `ptr` array, and None otherwise.
type call_conv = | Export of arg_ret_infoThe function should be exported to the outside word
*)| Subroutine of arg_ret_infointernal function that should not be inlined
*)| Internalinternal function that should be inlined
*)