]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/tlv-terminators/init.s
dyld-732.8.tar.gz
[apple/dyld.git] / unit-tests / test-cases / tlv-terminators / init.s
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