search for: 001e00000007

Displaying 2 results from an estimated 2 matches for "001e00000007".

Did you mean: 001b00000007
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...ched 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 001b00000007 R_X86_64_JUMP_SLO 0000000000254450 getenv at GLIBC_2.2.5...
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