]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/tlv-terminators/init.s
dyld-360.22.tar.gz
[apple/dyld.git] / unit-tests / test-cases / tlv-terminators / init.s
CommitLineData
412ebb8e
A
1
2 # _myinit sets up TLV content
3 .thread_init_func
4 #if __LP64__
5 .quad _myinit
6 #else
7 .long _myinit
8 #endif
9
10.subsections_via_symbols