]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/check-init-bind/term.s
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / check-init-bind / term.s
CommitLineData
afe874b1
A
1
2
3 .mod_term_func
4#if __LP64__
5 .quad _malloc + 0x100000010
6#else
7 .long _malloc + 0x1010
8#endif
9
10