search for: r_x86_64_jump_slo

Displaying 3 results from an estimated 3 matches for "r_x86_64_jump_slo".

2012 Aug 03
1
[LLVMdev] llvm-objdump does not give information about all relocations
...0000000000604e00 __progname_full + 0 000000604e08 002c00000005 R_X86_64_COPY 0000000000604e08 stderr + 0 Relocation section '.rela.plt' at offset 0xaf8 contains 37 entries: Offset Info Type Sym. Value Sym. Name + Addend 000000604c60 000100000007 R_X86_64_JUMP_SLO 0000000000000000 free + 0 000000604c68 000200000007 R_X86_64_JUMP_SLO 0000000000000000 abort + 0 000000604c70 000300000007 R_X86_64_JUMP_SLO 0000000000000000 __errno_location + 0 000000604c78 000400000007 R_X86_64_JUMP_SLO 0000000000000000 _exit + 0 000000604c80 000500000007 R_X86_64_JUMP_SLO 0...
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...here is a repro.tar to look at: https://reviews.llvm.org/F3100177 The attached foo.diff adds a print which shows the issue. ``` NAME: sleep SYMINDEX: 2 NAME: sched_yield SYMINDEX: 1 NAME: __libc_start_main SYMINDEX: 0 ``` `readelf --relocs` Shows that we create : ... 000000255110 002900000007 R_X86_64_JUMP_SLO 0000000000254410 __xstat at GLIBC_2.2.5 + 0 000000255118 001e00000007 R_X86_64_JUMP_SLO 0000000000254420 __fxstat at GLIBC_2.2.5 + 0 000000255120 000000000007 R_X86_64_JUMP_SLO 0 000000255128 002c00000007 R_X86_64_JUMP_SLO 0000000000254440 uname at GLIBC_2.2.5 + 0 000000255130...
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
On Tue, Feb 21, 2017 at 2:05 PM, Rafael Avila de Espindola via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Carlo Kok <ck at remobjects.com> writes: > > > On 2017-02-21 20:33, Rafael Avila de Espindola wrote: > >>> Input files: > >>> https://www.dropbox.com/s/8yn3dggx05atn47/binLinux.zip?dl=0 > >> > >> If you pass --reproduce