1.section .init 2 /* gcc will nicely put the contents of crtend.o's .init section here. */ 3 popq %rbp 4 ret 5 6.section .fini 7 /* gcc will nicely put the contents of crtend.o's .fini section here. */ 8 popq %rbp 9 ret