1 #as: -K PIC -64 2 #objdump: -Dr 3 #name: plt 64-bit relocs 4 5 .*: +file format .*sparc.* 6 7 Disassembly of section .text: 8 9 0+ <.text>: 10 0: 40 00 00 00 call 0x0 11 0: R_SPARC_WPLT30 foo 12 4: 01 00 00 00 nop 13 8: 40 00 00 00 call 0x8 14 8: R_SPARC_WPLT30 bar\+0x4 15 Disassembly of section .data: 16 17 0+ <.data>: 18 ... 19 0: R_SPARC_PLT64 foo 20 8: R_SPARC_PLT64 bar\+0x4 21 10: 01 00 00 00 nop 22 11: R_SPARC_PLT64 foo 23 14: 00 00 00 00 illtrap 0 24 18: 00 02 03 04 illtrap 0x20304 25 1c: 00 00 00 00 illtrap 0 26 1c: R_SPARC_PLT32 bar\+0x4 27