1*c9945492SAndroid Build Coastguard Worker __asm__( 2*c9945492SAndroid Build Coastguard Worker ".text \n" 3*c9945492SAndroid Build Coastguard Worker ".global " START " \n" 4*c9945492SAndroid Build Coastguard Worker START ": \n" 5*c9945492SAndroid Build Coastguard Worker " xor %rbp,%rbp \n" 6*c9945492SAndroid Build Coastguard Worker " mov %rsp,%rdi \n" 7*c9945492SAndroid Build Coastguard Worker ".weak _DYNAMIC \n" 8*c9945492SAndroid Build Coastguard Worker ".hidden _DYNAMIC \n" 9*c9945492SAndroid Build Coastguard Worker " lea _DYNAMIC(%rip),%rsi \n" 10*c9945492SAndroid Build Coastguard Worker " andq $-16,%rsp \n" 11*c9945492SAndroid Build Coastguard Worker " call " START "_c \n" 12*c9945492SAndroid Build Coastguard Worker ); 13