Created
April 8, 2017 14:39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ eu-readelf -r sample.o | |
Relocation section [ 2] '.rela.text' for section [ 1] '.text' at offset 0x210 contains 2 entries: | |
Offset Type Value Addend Name | |
0x0000000000000027 X86_64_32 000000000000000000 +0 .rodata | |
0x0000000000000031 X86_64_PC32 000000000000000000 -4 printf | |
Relocation section [ 9] '.rela.eh_frame' for section [ 8] '.eh_frame' at offset 0x240 contains 1 entry: | |
Offset Type Value Addend Name | |
0x0000000000000020 X86_64_PC32 000000000000000000 +0 .text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment