1.include "crtbrand.s" 2 3.section .init 4.global _init 5_init: 6 push %rax 7 8.section .fini 9.global _fini 10_fini: 11 push %rax 12