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.
22 lines
474 B
ArmAsm
22 lines
474 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, %gnu_indirect_function
|
|
foo:
|
|
ret
|
|
.size foo, .-foo
|
|
.pushsection .gnu.build.attributes, "", %note
|
|
.dc.l 6 # size of name
|
|
.dc.l 16 # descsz = sizeof (addresses)
|
|
.dc.l 0x101 # type = FUNC
|
|
.dc.b 0x47, 0x41, 0x2a, 0x2, 0, 0 # name (numeric: -fstack-protector status)
|
|
.dc.b 0, 0 # Padding
|
|
.dc.a foo
|
|
.dc.a foo_end # description (symbol name)
|
|
.popsection
|
|
|
|
foo_end:
|
|
.section .rodata.cst4,"aM",@progbits,4
|
|
.align 4
|
|
.LC0:
|
|
.long 1065353216
|