mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
0d415dc8a4
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9568 a95241bf-73f2-0310-859d-f6bbb57e9c96
26 lines
519 B
ArmAsm
26 lines
519 B
ArmAsm
.section .bss1, "aw", "nobits"
|
|
.space 0x10
|
|
.section .bss2, "aw", "nobits"
|
|
.space 0x30
|
|
.section .bss3, "aw", "nobits"
|
|
.space 0x20
|
|
|
|
.section .text1, "ax", "progbits"
|
|
.space 0x80
|
|
.section .text2, "ax", "progbits"
|
|
.space 0x40
|
|
.section .text3, "ax", "progbits"
|
|
.space 0x20
|
|
|
|
.section .data1, "aw", "progbits"
|
|
.space 0x30
|
|
.section .data2, "aw", "progbits"
|
|
.space 0x40
|
|
.section .data3, "aw", "progbits"
|
|
.space 0x50
|
|
|
|
.section .mtext, "ax", "progbits"
|
|
.space 0x20
|
|
.section .mbss, "aw", "nobits"
|
|
.space 0x30
|