1 #name: PR ld/21038 (.plt.sec)
2 #as: --64
3 #ld: -z bndplt -melf_x86_64 -shared -z relro --ld-generated-unwind-info --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
4 #objdump: -dw -Wf
5 
6 .*: +file format .*
7 
8 Contents of the .eh_frame section:
9 
10 0+ 0000000000000014 00000000 CIE
11   Version:               1
12   Augmentation:          "zR"
13   Code alignment factor: 1
14   Data alignment factor: -8
15   Return address column: 16
16   Augmentation data:     1b
17 
18   DW_CFA_def_cfa: r7 \(rsp\) ofs 8
19   DW_CFA_offset: r16 \(rip\) at cfa-8
20   DW_CFA_nop
21   DW_CFA_nop
22 
23 0+18 0000000000000014 0000001c FDE cie=00000000 pc=00000000000001d8..00000000000001dd
24   DW_CFA_nop
25   DW_CFA_nop
26   DW_CFA_nop
27   DW_CFA_nop
28   DW_CFA_nop
29   DW_CFA_nop
30   DW_CFA_nop
31 
32 0+30 0000000000000024 00000034 FDE cie=00000000 pc=00000000000001b0..00000000000001d0
33   DW_CFA_def_cfa_offset: 16
34   DW_CFA_advance_loc: 6 to 00000000000001b6
35   DW_CFA_def_cfa_offset: 24
36   DW_CFA_advance_loc: 10 to 00000000000001c0
37   DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit5; DW_OP_ge; DW_OP_lit3; DW_OP_shl; DW_OP_plus\)
38   DW_CFA_nop
39   DW_CFA_nop
40   DW_CFA_nop
41   DW_CFA_nop
42 
43 0+58 0000000000000010 0000005c FDE cie=00000000 pc=00000000000001d0..00000000000001d8
44   DW_CFA_nop
45   DW_CFA_nop
46   DW_CFA_nop
47 
48 
49 Disassembly of section .plt:
50 
51 0+1b0 <.plt>:
52  +[a-f0-9]+:	ff 35 52 0e 20 00    	push   0x200e52\(%rip\)        # 201008 <_GLOBAL_OFFSET_TABLE_\+0x8>
53  +[a-f0-9]+:	f2 ff 25 53 0e 20 00 	bnd jmp \*0x200e53\(%rip\)        # 201010 <_GLOBAL_OFFSET_TABLE_\+0x10>
54  +[a-f0-9]+:	0f 1f 00             	nopl   \(%rax\)
55  +[a-f0-9]+:	68 00 00 00 00       	push   \$0x0
56  +[a-f0-9]+:	f2 e9 e5 ff ff ff    	bnd jmp 1b0 <func@plt-0x20>
57  +[a-f0-9]+:	0f 1f 44 00 00       	nopl   0x0\(%rax,%rax,1\)
58 
59 Disassembly of section .plt.sec:
60 
61 0+1d0 <func@plt>:
62  +[a-f0-9]+:	f2 ff 25 41 0e 20 00 	bnd jmp \*0x200e41\(%rip\)        # 201018 <func>
63  +[a-f0-9]+:	90                   	nop
64 
65 Disassembly of section .text:
66 
67 0+1d8 <foo>:
68  +[a-f0-9]+:	e8 f3 ff ff ff       	call   1d0 <func@plt>
69 #pass
70