]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/order_file/extra.s
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / order_file / extra.s
1
2
3 .text
4 .align 4
5
6 .globl _foo1
7 _foo1: nop
8
9 .globl _aaa2
10 _aaa2:
11 .globl _bbb2
12 .private_extern _bbb2
13 _bbb2:
14 _ccc2:
15 nop
16
17 .globl _bbb3
18 _aaa3:
19 _bbb3:
20 _ccc3:
21 nop
22
23
24 _aaa4:
25 nop
26
27 #if SUBSECTIONS
28 .subsections_via_symbols
29 #endif