8.9. .cfi_startproc
.cfi_startproc is used at the beginning of each function that
should have an entry in .eh_frame. It initializes some internal
data structures and emits architecture dependent initial CFI instructions.
Don't forget to close the function by
.cfi_endproc.