Displaying 1 result from an estimated 1 matches for "20100b".
Did you mean:
201001
2019 Apr 04
3
question about --emit-relocs with lld
...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
201008: R_X86_64_32S .rodata
20100c: 48 89 45 f0 mov %rax,-0x10(%rbp)
201010: 48 8b 04 25 28 01 20 mov 0x200128,%rax
201017: 00
201014: R_X86_64_32S *ABS*+0x8
201018: 48 89 45 f8...