ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
37 lines
725 B
D
37 lines
725 B
D
#as: --gsframe
|
|
#source: sframe-foo.s
|
|
#source: sframe-bar.s
|
|
#objdump: --sframe=.sframe
|
|
#ld: -shared --no-rosegment
|
|
#name: SFrame simple link
|
|
|
|
.*: +file format .*
|
|
|
|
Contents of the SFrame section .sframe:
|
|
Header :
|
|
|
|
Version: SFRAME_VERSION_2
|
|
Flags: SFRAME_F_FDE_SORTED
|
|
CFA fixed RA offset: \-8
|
|
#...
|
|
|
|
Function Index :
|
|
|
|
#...
|
|
|
|
#...
|
|
|
|
func idx \[2\]: pc = 0x1020, size = 53 bytes
|
|
STARTPC +CFA +FP +RA +
|
|
0+1020 +sp\+8 +u +f +
|
|
0+1021 +sp\+16 +c-16 +f +
|
|
0+1024 +fp\+16 +c-16 +f +
|
|
0+1054 +sp\+8 +c-16 +f +
|
|
|
|
func idx \[3\]: pc = 0x1055, size = 37 bytes
|
|
STARTPC +CFA +FP +RA +
|
|
0+1055 +sp\+8 +u +f +
|
|
0+1056 +sp\+16 +c-16 +f +
|
|
0+1059 +fp\+16 +c-16 +f +
|
|
0+1079 +sp\+8 +c-16 +f +
|