1	.text
2_start:
3	movq	$foo@GOT, %rax
4	movq	$foo@GOT + 4, %rax
5
6	.intel_syntax noprefix
7
8	mov	rax, offset foo@got
9	mov	rax, offset foo@got + 4
10