1 #objdump: -drwt
2 #name: x86-64 no-GOT
3 
4 .*: +file format .*
5 
6 SYMBOL TABLE:
7 0+ g     F .text	0000000000000000 foo
8 0+         \*UND\*	0000000000000000 bar
9 
10 
11 
12 Disassembly of section .text:
13 
14 0+ <foo>:
15  +[a-f0-9]+:	e9 00 00 00 00       	jmp    5 <foo\+0x5>	1: R_X86_64_PLT32	bar-0x4
16  +[a-f0-9]+:	e8 00 00 00 00       	call   a <foo\+0xa>	6: R_X86_64_PLT32	bar-0x4
17 #pass
18