• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.include "crtbrand.s"
2
3.section .init
4.global _init
5.type _init,%function
6_init:
7	stp x29,x30,[sp,-16]!
8	mov x29,sp
9
10.section .fini
11.global _fini
12.type _fini,%function
13_fini:
14	stp x29,x30,[sp,-16]!
15	mov x29,sp
16