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.
42 lines
784 B
D
42 lines
784 B
D
#name: aarch64-farcall-bl-plt
|
|
#source: farcall-bl-plt.s
|
|
#target: [check_shared_lib_support]
|
|
#as:
|
|
#ld: -shared
|
|
#objdump: -dr
|
|
#...
|
|
|
|
Disassembly of section .plt:
|
|
|
|
.* <.plt>:
|
|
.*: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
|
|
.*: .* adrp x16, .* <__foo_veneer\+.*>
|
|
.*: .* ldr [wx]17, \[x16, #.*\]
|
|
.*: .* add [wx]16, [wx]16, #.*
|
|
.*: d61f0220 br x17
|
|
.*: d503201f nop
|
|
.*: d503201f nop
|
|
.*: d503201f nop
|
|
|
|
.* <foo@plt>:
|
|
.*: .* adrp x16, .* <__foo_veneer\+.*>
|
|
.*: .* ldr [wx]17, \[x16, #.*\]
|
|
.*: .* add [wx]16, [wx]16, #.*
|
|
.*: d61f0220 br x17
|
|
|
|
Disassembly of section .text:
|
|
|
|
.* <_start>:
|
|
...
|
|
.*: .* bl .* <__foo_veneer>
|
|
.*: d65f03c0 ret
|
|
.*: .* nop
|
|
.*: .* b .* <__foo_veneer\+.*>
|
|
.*: .* nop
|
|
|
|
.* <__foo_veneer>:
|
|
.*: .* adrp x16, 0 <.*>
|
|
.*: .* add x16, x16, #.*
|
|
.*: d61f0200 br x16
|
|
...
|