1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#if __x86_64__ # _myinit sets up TLV content .thread_init_func .quad _myinit #endif #if __i386__ # _myinit sets up TLV content .thread_init_func .long _myinit #endif .subsections_via_symbols