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.
25 lines
491 B
ArmAsm
25 lines
491 B
ArmAsm
.text
|
|
.p2align 4,,15
|
|
.globl get_protected
|
|
.type get_protected, @function
|
|
get_protected:
|
|
movl protected(%rip), %eax
|
|
ret
|
|
.size get_protected, .-get_protected
|
|
.p2align 4,,15
|
|
.globl get_protected_p
|
|
.type get_protected_p, @function
|
|
get_protected_p:
|
|
leaq protected(%rip), %rax
|
|
ret
|
|
.size get_protected_p, .-get_protected_p
|
|
.protected protected
|
|
.globl protected
|
|
.data
|
|
.align 4
|
|
.type protected, @object
|
|
.size protected, 4
|
|
protected:
|
|
.long 1
|
|
.section .note.GNU-stack,"",@progbits
|