crti.s 95 B

123456789
  1. .section .init
  2. .global _init
  3. _init:
  4. push %rax
  5. .section .fini
  6. .global _fini
  7. _fini:
  8. push %rax