]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/init-order/expected-order.txt
ld64-95.8.4.tar.gz
[apple/ld64.git] / unit-tests / test-cases / init-order / expected-order.txt
1 M::M()
2 __static_initialization_and_destruction_0(int, int)
3 global constructors keyed to m1
4 Foo::Foo()
5 __static_initialization_and_destruction_0(int, int)
6 global constructors keyed to f1
7 Bar::Bar()
8 __static_initialization_and_destruction_0(int, int)
9 global constructors keyed to b1
10 start
11 dyld_stub_binding_helper
12 __dyld_func_lookup
13 _main
14 M::~M()
15 Foo::~Foo()
16 Bar::~Bar()
17 ___tcf_0
18 ___tcf_1
19 ___tcf_0
20 ___tcf_1
21 ___tcf_0
22 ___tcf_1