Displaying 1 result from an estimated 1 matches for "4000cd".
Did you mean:
4000c
2019 Apr 04
3
question about --emit-relocs with lld
...mov %rax,-0x10(%rbp)
4000c0: 48 8b 04 25 d8 00 40 mov 0x4000d8,%rax
4000c7: 00
4000c4: R_X86_64_32S .L__const._start.instance+0x8
4000c8: 48 89 45 f8 mov %rax,-0x8(%rbp)
4000cc: 5d pop %rbp
4000cd: c3 retq
$ objdump -Sdr minimal.lld
...
0000000000201000 <_start>:
201000: 55 push %rbp
201001: 48 89 e5 mov %rsp,%rbp
201004: 48 8b 04 25 20 01 20 mov 0x200120,%rax
20100b: 00...