| #as: --gsframe |
| #source: sframe-pltgot-1.s |
| #objdump: --sframe=.sframe |
| #ld: -shared --no-rosegment -z separate-code |
| #name: SFrame for .plt.got |
| |
| .*: +file format .* |
| |
| Contents of the SFrame section .sframe: |
| Header : |
| |
| Version: SFRAME_VERSION_2 |
| Flags: SFRAME_F_FDE_SORTED, |
| SFRAME_F_FDE_FUNC_START_PCREL |
| CFA fixed RA offset: \-8 |
| #... |
| |
| Function Index : |
| |
| func idx \[0\]: pc = 0x1000, size = 16 bytes |
| STARTPC +CFA +FP +RA + |
| 0+1000 +sp\+16 +u +f + |
| 0+1006 +sp\+24 +u +f + |
| |
| func idx \[1\]: pc = 0x1010, size = 32 bytes |
| STARTPC\[m\] +CFA +FP +RA + |
| 0+0000 +sp\+16 +u +f + |
| |
| #... |