]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/tlv-initializer/get.s
dyld-360.22.tar.gz
[apple/dyld.git] / unit-tests / test-cases / tlv-initializer / get.s
CommitLineData
412ebb8e 1
412ebb8e
A
2#if __x86_64__
3
832b6fce
A
4 # _myinit sets up TLV content
5 .thread_init_func
6 .quad _myinit
412ebb8e
A
7
8#endif
9
10#if __i386__
11
832b6fce
A
12 # _myinit sets up TLV content
13 .thread_init_func
14 .long _myinit
412ebb8e
A
15
16#endif
17
18.subsections_via_symbols