1.section ".init"
2
3//bl __pthread_initialize_minimal@plt
4// with @plt it gives asm error, now wrong??
5bl __pthread_initialize_minimal
6
7