blob: a438b42bffa15b4f692327ed460c3e96bfa5e256 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.text
.cfi_sections .sframe
.globl foo
.type foo, @function
foo:
.cfi_startproc
.cfi_def_cfa_offset 16
.cfi_def_cfa 7, 8
.cfi_endproc
.globl _start
_start:
.long foo
|