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