# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -relax-relocations -triple=x86_64-unknown-linux %s -o %t.o # RUN: ld.lld %t.o -o %t1 # RUN: llvm-readobj -r %t1 | FileCheck --check-prefix=RELOC %s # RUN: llvm-objdump -d %t1 | FileCheck --check-prefix=DISASM %s ## There is no relocations. # RELOC: Relocations [ # RELOC: ] # 0x201003 + 7 - 10 = 0x201000 # 0x20100a + 7 - 17 = 0x201000 # 0x201011 + 7 - 23 = 0x201001 # 0x201018 + 7 - 30 = 0x201001 # DISASM: Disassembly of section .text: # DISASM-NEXT: foo: # DISASM-NEXT: 201000: 90 nop # DISASM: hid: # DISASM-NEXT: 201001: 90 nop # DISASM: ifunc: # DISASM-NEXT: 201002: c3 retq # DISASM: _start: # DISASM-NEXT: leaq -10(%rip), %rax # DISASM-NEXT: leaq -17(%rip), %rax # DISASM-NEXT: leaq -23(%rip), %rax # DISASM-NEXT: leaq -30(%rip), %rax # DISASM-NEXT: movq 4058(%rip), %rax # DISASM-NEXT: movq 4051(%rip), %rax # DISASM-NEXT: leaq -52(%rip), %rax # DISASM-NEXT: leaq -59(%rip), %rax # DISASM-NEXT: leaq -65(%rip), %rax # DISASM-NEXT: leaq -72(%rip), %rax # DISASM-NEXT: movq 4016(%rip), %rax # DISASM-NEXT: movq 4009(%rip), %rax # DISASM-NEXT: callq -93 # DISASM-NEXT: callq -99 # DISASM-NEXT: callq -104 # DISASM-NEXT: callq -110 # DISASM-NEXT: callq *3979(%rip) # DISASM-NEXT: callq *3973(%rip) # DISASM-NEXT: jmp -128 # DISASM-NEXT: nop # DISASM-NEXT: jmp -134 # DISASM-NEXT: nop # DISASM-NEXT: jmp -139 # DISASM-NEXT: nop # DISASM-NEXT: jmp -145 # DISASM-NEXT: nop # DISASM-NEXT: jmpq *3943(%rip) # DISASM-NEXT: jmpq *3937(%rip) .text .globl foo .type foo, @function foo: nop .globl hid .hidden hid .type hid, @function hid: nop .text .type ifunc STT_GNU_IFUNC .globl ifunc .type ifunc, @function ifunc: ret .globl _start .type _start, @function _start: movq foo@GOTPCREL(%rip), %rax movq foo@GOTPCREL(%rip), %rax movq hid@GOTPCREL(%rip), %rax movq hid@GOTPCREL(%rip), %rax movq ifunc@GOTPCREL(%rip), %rax movq ifunc@GOTPCREL(%rip), %rax movq foo@GOTPCREL(%rip), %rax movq foo@GOTPCREL(%rip), %rax movq hid@GOTPCREL(%rip), %rax movq hid@GOTPCREL(%rip), %rax movq ifunc@GOTPCREL(%rip), %rax movq ifunc@GOTPCREL(%rip), %rax call *foo@GOTPCREL(%rip) call *foo@GOTPCREL(%rip) call *hid@GOTPCREL(%rip) call *hid@GOTPCREL(%rip) call *ifunc@GOTPCREL(%rip) call *ifunc@GOTPCREL(%rip) jmp *foo@GOTPCREL(%rip) jmp *foo@GOTPCREL(%rip) jmp *hid@GOTPCREL(%rip) jmp *hid@GOTPCREL(%rip) jmp *ifunc@GOTPCREL(%rip) jmp *ifunc@GOTPCREL(%rip)