summaryrefslogblamecommitdiff
path: root/src/ldso/x86_64/start.s
blob: cb0a9e1f22220708cc70787eb65d0e4bf1c64c8c (plain) (tree)
1
2
3
4
5
6
7
8
9






                                            
                     
                 
.text
.global _start
_start:
	mov (%rsp),%rdi
	lea 8(%rsp),%rsi
	lea _GLOBAL_OFFSET_TABLE_(%rip),%rdx
	call __dynlink
	xor %edx,%edx
	jmp *%rax