10 lines
		
	
	
		
			211 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| .section .init
 | |
| 	/* gcc will nicely put the contents of crtend.o's .init section here. */
 | |
| 	popl %ebp
 | |
| 	ret
 | |
| 
 | |
| .section .fini
 | |
| 	/* gcc will nicely put the contents of crtend.o's .fini section here. */
 | |
| 	popl %ebp
 | |
| 	ret
 |