1 .text
2
3 .code16
4_start16:
5	movl	xtrn@got(%ebx), %eax
6	calll	xtrn@plt
7
8 .code32
9_start32:
10	movl	xtrn@got(%ebx), %eax
11	calll	xtrn@plt
12
13 .code64
14_start64:
15	movq	xtrn@got(%rbx), %rax
16	callq	xtrn@plt
17